Call to .js query?
Call to .js query?
Hi,
I am working on a proof-of-concept with DataTables, using mysql/php server-side processing. I am using the Example .html page as a place to start.
Was wondering if there is a reason why jsquery.js is called twice in the of the document?
Thanks,
Bee
I am working on a proof-of-concept with DataTables, using mysql/php server-side processing. I am using the Example .html page as a place to start.
Was wondering if there is a reason why jsquery.js is called twice in the of the document?
Thanks,
Bee
This discussion has been closed.
Replies
Allan
I went to this page:
http://www.datatables.net/release-datatables/examples/data_sources/server_side.html
I did "View Source" and then copied that into my text editor, and saved as an .html page to start my development. Then of course I had to change the paths for the files that are getting loaded with the HTML page.
In the Head section where it is loading all the .JS files, I see two lines for jquery.js.
I'll take the extra one out, thanks!
Beth
Regards,
Allan