jQuery version conflict resolution with ASP.NET Server Control
问题 I am developing an ASP.NET server control that uses jQuery for some client side logic. I have embedded the jQuery file as a resource inside the control. I don't want to restrict the application using the control to that specific version of jQuery and I want to keep using the version of jQuery that I have embedded. I know about the noconflict method but the problem that i see with that is that i have no control over the order of the script tags on the page. If the user's version of jQuery is