Side navigation
#14471 closed bug (notabug)
Opened October 21, 2013 07:17AM UTC
Closed October 21, 2013 02:05PM UTC
Not identifying dom element
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If I have id of an element like id="maps_for#1", then when I use $('#maps_for#1').length = this gives me 0. Can some one help me out ot this kind of ids.
Shoib Mohammed A.s
mohammedshoib@momeen.com
Attachments (0)
Change History (1)
Changed October 21, 2013 02:05PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Simply escape special characters: http://codepen.io/timmywil/pen/qpBiu
More info:
http://api.jquery.com/category/selectors/