JQuery-UI and Netter Framework
- kc2scy
- Member | 22
Hello,
It looks like I can't use the TabControl. However I went to try to use the
JQuery-UI component.
So I add the below reference to my @layout.latte like this:
and in my latte page I added the script:
and I paste in a sample tab JQuery-UI control:
but the tab does not render just the text, I also place the script in the @layout.latte page with the same results. is there a particular way you must add a JQuery-Ui controls?
Last edited by kc2scy (2014-02-09 15:48)
- zener
- Member | 17
Your code is working for me. Here is a print-screen of sample code – http://pasteboard.co/C8xkoqM.png. And here is an output in browser – http://pasteboard.co/C8C82EW.png.
Try look into debug console. I think there will be a problem with another script. If any script crash, it blocks all JS after then. Try Firefox JS Debugger (Ctrl+Shift+J).