There is strange problem i am facing.
I am using jquery in a MVC project.
Issues is that i am loading partialview in view using Ajax. Now jqeury [which is in view] events works fine in partialview when I use live. but then they don't work in view.
and if i use bind or event name "click" then it works in view and not in partialview.
I tried with on also but it given the same behavior as bind.
Any way to get same behavior in both partialview and view