How to use jquery no conflict method? Is there another way beside jquery noConflict() method? -
i have jquery versions loaded in our website jquery , jquery b example. came server not have control. b jquery version have control, once has been activated or loaded conflicts b. existing lightboxes misaligned when loaded. , b must loaded. question how can maintain both jquery versions without conflicting both?
i have research jquery noconlict() function create new selector not affect other jquery library, problem when use not allowed change default '$()' selector.
is there way of doing not creating new jquery selector? because have many js codes , bad idea change $() new selector. thanks.
Comments
Post a Comment