So to include jQuery in my js file I need to do this right?
- Code: Select all
WDN.jQuery(function($){
[color=red]$[/color]("#sortable1").sortable({ connectWith: '.connectedSortable' }).disableSelection();
});
So I get the error $ in red as $ is not a function. I'm using jquery ui.
Test site: http://nmc-server1.unl.edu/sourabh_eval4/
Thanks a bunch !

