I am having a problem with Jquery Tabs. On my MVC page, I have a form that returns a partial page (.ascx). This page has Jquery tabs on it, howerver all I get is the tab content without the tab. It looks like the partial page javascript code for the tab does not run,
I tried to put this in the main page, but I get an error because "#tabs" does not exist on the page when it is first loaded.
Any ideas on getting this to work?
以上就是Jquery Tabs in a MVC User Control的详细内容,更多请关注web前端其它相关文章!