|
|
|
ขอสอบถามหน่อยครับว่า เมื่อเปลี่ยนหน้าของ datatable แล้ว จะให้ jquery ทำงนได้อย่างไรครับ |
|
|
|
|
|
|
|
ได้แล้วครับผม
ใช้แบบนี้แทนครับ
Code
<script type="text/javascript">
var table = $('#dataTables-example').DataTable();
table.$('button[id^="bannerstatus"]').click(function() {
var id = $(this).val();
var status_id = $(this).attr('data-status');
console.log('banner'+id+'=>'+status_id );
// var url="<?php echo base_url()?>admin/gallery/edit_order/"+a;
// var dataset={
// gallery_id: g_id,
// };
// $.post(url,dataset,function(data){
// //alert(data);
// window.location.replace("<?php echo base_url()?>admin/gallery");
// });
});
</script>
|
|
|
|
|
Date :
2014-12-04 17:04:13 |
By :
Jaynarak |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|