Facebook
From Emerald Pheasant, 6 Years ago, written in PHP.
This paste is a reply to Re: Re: Re: Re: Untitled from Abrupt Peccary - view diff
Embed
Download Paste or View Raw
Hits: 580
  1. <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css"/>
  2.         <script src="//code.jquery.com/jquery-1.12.4.js"></script>
  3.         <script src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
  4.         <script>
  5.                 var table;
  6.                 $(document).ready(function() {
  7.                         $('#messages').DataTable();
  8.                 } );
  9.                 $(document).ready(function() {
  10.                         table = $('#words').DataTable({
  11.                                 "ajax":{
  12.                                         url :"get_all_words.php", // json datasource
  13.                                    type: "post",  // type of method  ,GET/POST/DELETE
  14.                                         error: function(){
  15.                                         $("#productsTable_processing").css("display","none");
  16.                                         }
  17.                                 }
  18.                         });
  19.                 } );

Replies to Re: Re: Re: Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Re: Re: Re: Untitled Putrid Gorilla javascript 6 Years ago.