#2926 closed bug (invalid)
tilde in id prevents jquery from selecting the object
Reported by: | deg | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | core | Version: | 1.2.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
if you use a tilde in a an id for example 'a~b' then this object is no longer selectable. $("#a~b") doesn't seem to work. Bug or feature? :)
Change History (3)
comment:1 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
OK i didnt got it, what should i prepend cause i have same problem and i also think its jquery bug.
Note: See
TracTickets for help on using
tickets.
You can escape characters by prepending
so it will be: $("#a
~b")