Created
August 3, 2019 11:50
-
-
Save biswajitpaul01/1ca00985afc6e7d5bf0555648cba63a5 to your computer and use it in GitHub Desktop.
Load js script from jQuery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.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