Bug Tracker

Ticket #2926 (closed bug: invalid)

Opened 8 months ago

Last modified 8 months ago

tilde in id prevents jquery from selecting the object

Reported by: deg Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.3 Component: core
Version: 1.2.5 Keywords:
Cc: Needs: Review

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? :)

Attachments

Change History

Changed 8 months 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")

Note: See TracTickets for help on using tickets.