Bug Tracker

Modify

Ticket #2926 (closed bug: invalid)

Opened 5 years ago

Last modified 21 months ago

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:
Blocking: Blocked by:

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

comment:1 Changed 5 years ago by flesler

  • Status changed from new to closed
  • Resolution set to invalid

You can escape characters by prepending

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

comment:2 Changed 21 months ago by anonymous

OK i didnt got it, what should i prepend cause i have same problem and i also think its jquery bug.

comment:3 Changed 21 months ago by rwaldron

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.