I have a MVC aspnet code with a main view that can call 3 partials view depending on where the user clicks.
One of these partial view was part of the main view and has a jquery pluguin sortable ui, while it was in the main view the pluguin worked perfectly but when I separated for the partial view it stopped working, I believe it's because of the javascript / jquery handling sortable ui that are in a document.ready.
I would like to know if it is possible to create a jquery function "documentAndAllPartialViewsLoad" since I even tried to change the jquery functions of place.