Hi all,
I have been searching regarding jQuery tabs postback issue but got nothing...
I'm using jQuery UI tabs and inside the tabs I put asp.net button and data control like
DataList and datalist paging button. When I load the page its fine when I click datalist paging button to go to next page
then jQuery UI tabs stops working because of postback. I've searched but got nothing...
Ref:
<link href="Styles/jquery-ui.css" rel="stylesheet" type="text/css" />
<script src="js/jquery-1.10.2.js" type="text/javascript"></script>
<script src="js/jquery-ui.js" type="text/javascript"></script>
jQuery
<script type="text/javascript">
$(document).ready(function () {
$('#conn').on("click", function () {
...
Go to the complete details ...