Side navigation
#9890 closed bug (duplicate)
Opened July 22, 2011 09:31AM UTC
Closed July 22, 2011 10:40AM UTC
Last modified July 22, 2011 10:40AM UTC
attr('checked') is not doing right...
Reported by: | somebodil@naver.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | attributes | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
<span class="toggleme" checked="checked">Ready?</span>
<script>
$('.toggleme').attr('checked')
</script>
and what I get for '$('.toggleme').attr('checked')' is undefined