Using datatable

Using datatable

edurochaedurocha Posts: 2Questions: 0Answers: 0
edited June 2012 in DataTables 1.9
Hi, i'm using in my application this library

jquery-1.3.2.min.js
jquery-ui-1.7.3.custom.min.js
jquery.maskedinput-1.3.js
fg.menu.js

all my application work fine. Now, i want to use DataTables and if add the library "jquery.js" like in the example, all my system stop. My menu (fg.meny.js) don't work, my calendar (jquery-ui-1.7.3.custom.min.js) don't open, my button dont click... any way, I dont know whats happen.

Can any one help me?
Tks

Replies

  • allanallan Posts: 63,397Questions: 1Answers: 10,451 Site admin
    Sounds like you are loading jQuery twice. You only need to load it once. Just add the DataTables load at the end of the other libraries you are loading.

    Allan
  • edurochaedurocha Posts: 2Questions: 0Answers: 0
    Allan, tks very much.

    I made a lot of test last this weekend and I forgot the basic, jQuery is load...

    Tks very much again.
This discussion has been closed.