Skip to main content

Bug Tracker

Side navigation

#7753 closed bug (invalid)

Opened December 12, 2010 05:52AM UTC

Closed December 12, 2010 06:21PM UTC

map(callback)

Reported by: 64485586@qq.com 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)不能正常工作。

Attachments (0)
Change History (1)

Changed December 12, 2010 06:21PM UTC by ajpiano comment:1

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