hi, experts, I have a common user control using in many aspx files.
the usercontrol jquery version is 1.10.1 but some asp pages are not same version as jquery in the user control, maybe 1.6.1, 1.7.1, whatever. just lower version.
is there any way to load the jquery 1.10.1 version to standalone namespace? to avoid the conflict between jquery in pages and jquery in form?
thank you very much!