Skip to content Skip to sidebar Skip to footer

Can't Get Datatables.net Working With Javascript

I'm been trying to use the datatables from http://datatables.net/ trying to getting it to work with javascript. but it won't work for me. even when using the example provided by th

Solution 1:

Change your script section:

<scripttype="text/javascript"src="http://code.jquery.com/jquery-1.11.1.min.js"></script><scripttype="text/javascript"src="http://cdn.datatables.net/1.10.2/js/jquery.dataTables.min.js"></script>

Enjoy ;)

Post a Comment for "Can't Get Datatables.net Working With Javascript"