I have a jQuery script that would highlight some listbox items (listbox is on a partial view) on document ready.
My problem is, the highlights in the listbox gone after the mvc controller ajax post return the partial view. How should I call the highlight script again after the ajax post return?
Thanks