Let say I have one web page that contains html/js snippets from another web site. If we both use JQuery. The two JQuery libs might be same version or might be different version. Will it cause conflicts? If so, how to avoid it? Will jQuery.noConflict () help here?
- [jQuery] will two JQuery libs conflicts? Xu