I’m a php developer, but sometimes I use jQuery (ready made codes). This time I’m having a problem while running multiple jquery functions. If I remove any one of the jQuery functions (total code feature) then other one works fine, but I need both of these.
http://www.kidsartvalley.com/kidsartvalley/account-setting-gallery2.html
See the address above for an example of what I’m talking about. Kindly don’t pay attention to the design of the page. That’s a different issue, but will be resolved.
The one jQuery function is “album viewer” and the other one is “POST YOUR PHOTOS” at the right corner of page above the heading of gallery.
It’s not the scripts, it’s because you’re loading JQuery multiple times:
Swap those with this: