This question is locked. New answers and comments are not allowed.
How can you use telerik with other jquery add ons when telerik needs the script register at the bottom of the page?
I'm running into issues where my jquery add on that I want to use calls a script to load it during the header in which I already call jquery 1.7.2 in the head. When running the page I get a error with this script saying the element it's looking for is null because the script register called another instance at the bottom of the page.