Bibhaw
Bibhaw

Reputation: 497

JQuery plugin isn't working after integration of existing webpage

I have an html file with an Ajax form submit and plain Javascript functions.

Now I used jQuery plugin for Resizing, Dragging, Dropping and Swapping(plugin).

It works perfectly locally but when I upload it onto a server it works partially

except Swapping(Dragging & Dropping).

Any idea please.

Upvotes: 0

Views: 59

Answers (2)

user575363
user575363

Reputation:

If it works at locally it means there isn't any problem in function. I guess Only reason could be :

1. js file is not loading from server to local machine
2. if js file loads then function is not invoking somehow.

Please go through only by these two steps and then let me know.

Upvotes: 1

alexl
alexl

Reputation: 6851

Check your include javascript path. And with firebug if all the ressources have been successfully loaded.

Upvotes: 1

Related Questions