JQuery, Masterpage, and Control issue

Posted on 16th Feb 2014 by admin

Hey everyone, I am using JQuery in several sites so I thought it would be best to place the library reference in the masterpage. It works great everywhere, except when my javascrip is called from inside a particular user control. Without the JQuery library reference, the javascript wont pop up at all. With the reference the javascript pops, but the functionality of the script is shakey at best. I have narrowed the issue down to things within the javascript that begin with the $ symbol. Thos items do not work, anything that makes a function call still works. I am not great with JS or JQ as I am just doing the code behind on what someone else did for the UI. Any thoughts would be much appreciated.

Other forums