Bug Tracker

Opened 12 years ago

Closed 12 years ago

#9985 closed bug (invalid)

ie7 map bug

Reported by: [email protected] Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.6.2
Keywords: Cc:
Blocked by: Blocking:

Description

$.map('1234',alert);

Change History (1)

comment:1 Changed 12 years ago by dmethvin

Resolution: invalid
Status: newclosed

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/

Note: See TracTickets for help on using tickets.