Bug Tracker

Opened 12 years ago

Closed 12 years ago

#7753 closed bug (invalid)

map(callback)

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

Description

$("#cx_list_div").children("div").map(function(){return $(this).val();}).get().join("|@@|");

获取id为cx_list_div下面的所有层的值时,IE正常,opera(10.63)和chrome(10.0.603.3)不能正常工作。

Change History (1)

comment:1 Changed 12 years ago by ajpiano

Resolution: invalid
Status: newclosed

DIV tags do not have a "value" attribute. Please use .text() or .html() instead.

This tracker is not for support, but for actual bugs with jQuery Core. Please take all support requests to another venue like the forum http://forum.jquery.com

Note: See TracTickets for help on using tickets.