Side navigation
#741 closed bug (duplicate)
Opened December 26, 2006 06:46PM UTC
Closed December 28, 2006 12:24PM UTC
jQuery uses $. instead of jQuery object
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | core | Version: | |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
In latest (1.04):
data = $.merge([], data || []);
The src is supposed to not rely on the $ shortcut, so that jQuery can be compatabile with other JS (ie Prototype)
see #740