Skip to content

Instantly share code, notes, and snippets.

@biswajitpaul01
Created August 3, 2019 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biswajitpaul01/1ca00985afc6e7d5bf0555648cba63a5 to your computer and use it in GitHub Desktop.
Save biswajitpaul01/1ca00985afc6e7d5bf0555648cba63a5 to your computer and use it in GitHub Desktop.
Load js script from jQuery
$.getScript( "https://cdn.datatables.net/plug-ins/1.10.19/api/processing().js", function( data, textStatus, jqxhr ) {
$("#company_list").DataTable().processing( true );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment