Hi,
I am using jQuery Tabs via Ajax content with Spring MVC. When I click on tab2, loading content properly, but not working any buttons in that page(second tab content). In second Tab page I am using jQgrid.
Following is code snippet. I would greatly appreciate if anyone could help me in this.
<body>
<div id="tabs">
<ul>
<li><a href="#dataLoad">Link Data</a></li>
<li><a href="selection/mainPage">Selection</a></li>
</ul>
<div id="dataLoad">
<jsp:include page="dataLoad1.jsp"/>
</div>
</div>
</body>