The closest post to what I want to do is: http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/any-way-to-prevent-telerik-from-including-jquery.aspx
But the suggestion is to include jquery into the telerik which i dont want to do.
I want to run jquery and jquery-ui independently of telerik so that i don't have to go change all the existing:
$(document).ready(...)
code.
At the moment everything is fine, but I can't use the jQuery.ui library because telerik breaks it, and I can't include the libraries into the script manage because that breaks existing jQuery stuff.
How can i run jQuery/jQuery-UI in-dependently of Telerik stuff...