Md Jewel
Md Jewel

Reputation: 11

jQuery works fine on localhost but not on server

I have used a jQuery plugin for photo upload and validation of a field in codeigniter. It works on my local server, but when I upload it - it does not work. (I saw phpinfo() jqueryenable server).

There is no problem with the url link of jQuery; it's getting it fine, but it's not working. The link is:

http://www.bdshop247.com/StoneBollards/admin/admins/add_product.

How can I solve this? Please help me.

Upvotes: 1

Views: 833

Answers (1)

Quentin
Quentin

Reputation: 943142

Your main jQuery file stops after

[ 2, "<table><tbody>", "</tbody></table>" ] ||

Upload it again, this time upload all of it.

Upvotes: 6

Related Questions