Quantcast
Viewing all articles
Browse latest Browse all 82130

Ajax actions not working with jquery 1.9

Hi,

I use php code for generated table rows to work with DataTable. There i have an <a> tag in each row where on click on them an ajax action triggered. But this ajax action only work on the first set of record, if i go to page number 2 its not working.

<script type="text/javascript" charset="utf-8">
	$(document).ready(function() {
		oTable = $('#dtplugin').dataTable({
			"oLanguage": {
				"sSearch": ""
			  },
			  "aoColumnDefs": [{
				 "bSortable": false, 
				 "aTargets": [3]
			  }]
		});
	});
  </script>

Any help on this will be appreciated.

Thanks

Viewing all articles
Browse latest Browse all 82130

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>