Side navigation
#10764 closed bug (invalid)
Opened November 11, 2011 07:19PM UTC
Closed November 11, 2011 10:00PM UTC
.attr with combobox
Reported by: | vicentett@terra.es | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a combobox. The code $("#combo").attr("options") in jquery 5.2 work well (return a array options from object combobox combo). This code in jquery 6 an 7 don't work. (do not return anything)
I am using firefox 8
I am reading the documentation and view that this is not a bug. I have to use a function prop. Excuse me