Call to .js query?

Call to .js query?

beedrewbeedrew Posts: 9Questions: 0Answers: 0
edited July 2011 in General
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

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    Could you link me to the example which does that? It shouldn't be doing that! jQuery should only be loaded once.

    Allan
  • beedrewbeedrew Posts: 9Questions: 0Answers: 0
    Hi 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
  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    Thanks for the link - yes that is wrong, There should only be on jQuery include. I've just committed the change.

    Regards,
    Allan
This discussion has been closed.