Side navigation
#7031 closed bug (invalid)
Opened September 14, 2010 08:30AM UTC
Closed September 14, 2010 12:24PM UTC
b in jQuery source is undefined
Reported by: | odessa-gun | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | unfiled | Version: | 1.4.2 |
Keywords: | Cc: | odessa-gun@ya.ru | |
Blocked by: | Blocking: |
Description
var arr = $('#prototypeForm').toArray();
$.each(arr)(function(key, item) {
alert(key + '=' + item);
})
Attachments (1)
Change History (1)
Changed September 14, 2010 12:24PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
What you posted is syntactically invalid - why not try: