Side navigation
#10325 closed bug (worksforme)
Opened September 21, 2011 11:50AM UTC
Closed September 21, 2011 01:33PM UTC
Can't get value of hidden input
Reported by: | francs@seznam.cz | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | attributes | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have partial html loaded through ajax get request.
Partial include <input type="hidden" value="**some number**" id="jsInput" />
When I try to read value of that hidden input I got empty string when I use $('#jsInput').val() but $('#jsInput').attr('value') works fine.
Attachments (0)
Change History (1)
Changed September 21, 2011 01:33PM UTC by comment:1
component: | unfiled → attributes |
---|---|
priority: | undecided → low |
resolution: | → worksforme |
status: | new → closed |
Seems to work fine. http://jsfiddle.net/timmywil/Dn8gZ/