Opened 9 years ago
Closed 9 years ago
#14471 closed bug (notabug)
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 [email protected]… http://www.momeen.com
Note: See
TracTickets for help on using
tickets.
Simply escape special characters: http://codepen.io/timmywil/pen/qpBiu
More info: http://api.jquery.com/category/selectors/