Re: Loading Django views inside template with JQuery

2019-01-23 Thread Nelson Varela
Use iframes which loads the three different views -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this grou

Loading Django views inside template with JQuery

2019-01-22 Thread officialjoemayami
I am new to django, not tried it before just logicaly saying this should work. Try doing this: 3tabs Tab A = Tab 1 Tab B = Tab 2 Tab C = Tab 3 Tab A extend it view to Tab B Tab B has a inner block to accept Tab B content and also extend it tab to Tab C Tab C applies the same principle as Tab B and

Re: Loading Django views inside template with JQuery

2019-01-22 Thread shiva kumar
I think you want to load the data from view to html using jQuery. I hope ajax concepts will used. Once try it. On Tue 22 Jan, 2019 6:13 pm Ricardo Cataldi Hy guys, you all right? > > I have a problem that it seems not to be any answer in Stack Overflow. > > I need to load three views inside a te

Loading Django views inside template with JQuery

2019-01-22 Thread Ricardo Cataldi
Hy guys, you all right? I have a problem that it seems not to be any answer in Stack Overflow. I need to load three views inside a template, and i decided to do that based on html tags and JQuery. The bellow image shows how the front end will look like: [image: imagem_tab.png] What happens is