Modify ↓
Ticket #10951 (closed bug: invalid)
.val() raises cannot call method 'toLowerCase'
| Reported by: | barretojay@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | attributes | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
If I ask for the value of a regular object like $({test: 0}).val() should it raise:
TypeError: Cannot call method 'toLowerCase' of undefined
or should it return say null?
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

From the docs: