Side navigation
#13382 closed bug (invalid)
Opened February 04, 2013 12:49PM UTC
Closed February 26, 2013 08:59AM UTC
Checked attribute of a checkbox whose id has special characters is not retrievable
Reported by: | rahulkumar.kandula@gmail.com | Owned by: | rahulkumar.kandula@gmail.com |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If there is a checkbox whose id has either special characters (checked with space or dot) is retreived with jquery selector
eg : var elem = $("#"+elemid);
then elem.attr('checked') is coming as undefined.
For work around we used javascript syntax
eg : var ichceked = document.getElementById(<elemid>).checked;
Attachments (0)
Change History (2)
Changed February 12, 2013 03:29AM UTC by comment:1
owner: | → rahulkumar.kandula@gmail.com |
---|---|
status: | new → pending |
Changed February 26, 2013 08:59AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
We'll need a test case in jsfiddle.net to verify, thanks!