Skip to content

Commit 6201a16

Browse files
Aram Malinicharthurvr
Aram Malinich
authored andcommitted
using-jquery-core/avoid-conflicts-other-libraries: tweak wording
Closes jquerygh-627
1 parent bbb13b0 commit 6201a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/using-jquery-core/avoid-conflicts-other-libraries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jQuery.noConflict();
123123
</script>
124124
```
125125

126-
Note that if you use this technique, you will not be able to use prototype.js methods inside the immediately invoked function that expect `$` to be prototype.js's `$`.
126+
Note that if you use this technique, you will not be able to use prototype.js methods inside the immediately invoked function. `$` will be a reference to jQuery, not prototype.js.
127127

128128
### Use the Argument That's Passed to the `jQuery( document ).ready()` Function
129129

0 commit comments

Comments
 (0)