Side navigation
#9985 closed bug (invalid)
Opened August 05, 2011 10:09AM UTC
Closed August 05, 2011 01:21PM UTC
ie7 map bug
| Reported by: | ambar@qq.com | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.6.2 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
$.map('1234',alert);
Attachments (0)
Change History (1)
Changed August 05, 2011 01:21PM UTC by comment:1
| resolution: | → invalid |
|---|---|
| status: | new → closed |
The first argument to
$.mapmust be an Object or Array. You've passed a string.The function argument to
$.mapmust be a Javascript function. You've passed a host object.http://api.jquery.com/jQuery.map/