0
I have an aspnet MVC code with a main view that can call 3 view partials depending on where the user clicks.
one of these partial view was part of the main view and had a jquery sortable ui plug, while in the main view the plug worked perfectly but when I separated it to the partial view it stopped working, I believe it is because of the javascript / jquery methods that control the ui sortable that are in a ready..
I wonder if it is possible to create a function jquery "documentAndAllPartialViewsLoad" since I tried to even change the functions of jquery place.