Opened 12 years ago
Closed 12 years ago
#9985 closed bug (invalid)
ie7 map bug
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$.map('1234',alert);
Note: See
TracTickets for help on using
tickets.
The first argument to
$.map
must be an Object or Array. You've passed a string.The function argument to
$.map
must be a Javascript function. You've passed a host object.http://api.jquery.com/jQuery.map/