I am using a .load() to load a partialview. It has giving me a whole lot of problems as the DOM gets messed up after the load.
Is there any other way to to load a partial view.
Currently I am using:
$("#stlist").load('@Url.Action("kitsEdit","Speaker")' + '?id=' + '@Model.spkrid')

It has giving me a whole lot of problems as the DOM gets messed up after the load.- Could you elaborate about what you are trying to achieve and how/why/what this messing means? – Darin Dimitrov Jul 12 '12 at 6:04