What i'm really wanting is to be able to control when that WebResource script gets loaded, because I need to do some processing with some other jQuery plugins, they control the layout, so they need to be loaded and run prior to all telerik control scripts.
Ideally, is there a way to just load the jQuery resource first, then load a second WebResource by that has the rest of set of scripts in script combined format?
Alternatively, I could take care of loading jQuery 1.3, and I'll be responsible for setting $telerik.$ = jQuery.noConflict(true);