Question:If jQuery is included before another library, how can conflict between jQuery and that library be avoided?
A By calling jQuery.noConflict(); right after including jQuery.
B By calling jQuery.useDefault = false; right after including jQuery.
C By calling jQuery.useShortcut = false; right after including jQuery.
D By using the jQuery object when working with the jQuery library and using the $ object for other libraries.
+ AnswerA
+ Report