Conflict with JqueryFileUpload Plugin js file and Datatables jquery-1.4.4.min.js js file

Conflict with JqueryFileUpload Plugin js file and Datatables jquery-1.4.4.min.js js file

naveenduttvyasnaveenduttvyas Posts: 1Questions: 0Answers: 0
edited March 2012 in General
Hi,

I am using Jqueryfileuploader plugin and datatables plugin to display data on the same page. problem is when I include in my jsp file, fileuploader UI works fine and shows me the uploaded file progress and result nicely. but when I use datatable plugin along with this, all looks good, but my table is not displayed in the formal [look] for which I am going for datatables to display my records ... i believe there is some conflict between the above mentioned JS file and datatables jquery-1.4.4.min.js file, if you guys can help solve it out, it would be really great!

by the way datatables plugin is simply superb ,, i tried with a stanndalone program. loved it! Good Job! Just help integrating with jqueryfileuploader plugin!

Thx
-N

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    Are you loading jQuery twice possibly? That would overwrite the old jQuery and replace it (and since DataTales attaches to jQuery that would be lost as well).

    Failing that, if you can give us a link please.

    Allan
This discussion has been closed.