We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb3361 commit 28fe8f0Copy full SHA for 28fe8f0
entries/jQuery.noConflict.xml
@@ -24,10 +24,10 @@ $.noConflict();
24
<script src="other_lib.js"></script>
25
<script src="jquery.js"></script>
26
<script>
27
-$.noConflict();
28
jQuery( document ).ready(function( $ ) {
29
// Code that uses jQuery's $ can follow here.
30
});
+$.noConflict();
31
// Code that uses other library's $ can follow here.
32
</script>
33
</code></pre>
0 commit comments