Side navigation
#10951 closed bug (invalid)
Opened December 05, 2011 05:10PM UTC
Closed December 05, 2011 05:35PM UTC
.val() raises cannot call method 'toLowerCase'
Reported by: | barretojay@gmail.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | attributes | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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?
Attachments (0)
Change History (1)
Changed December 05, 2011 05:35PM UTC by comment:1
component: | unfiled → attributes |
---|---|
priority: | undecided → low |
resolution: | → invalid |
status: | new → closed |
From the docs: