Hi,
I would like to use the JQuery UI tabs in my Django app but how should I do that? I cannot figure it out with Django's template system.
Or, is it another smoother way to get tabs in a Django app?
Thanks /Tobbe
Hi,
I would like to use the JQuery UI tabs in my Django app but how should I do that? I cannot figure it out with Django's template system.
Or, is it another smoother way to get tabs in a Django app?
Thanks /Tobbe
What does JqueryUI has to do with django templates? Those things are orthogonal - just use it the same way you would use them in html file.