Bug Tracker

Opened 15 years ago

Closed 15 years ago

Last modified 12 years ago

#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 flesler

Resolution: invalid
Status: newclosed

You can escape characters by prepending

so it will be: $("#a
~b")

comment:2 Changed 12 years ago by anonymous

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.