Bug Tracker

Modify

Ticket #1321 (closed bug: duplicate)

Opened 6 years ago

Last modified 6 years ago

[Critical Bug] ID selector

Reported by: alexo Owned by:
Priority: major Milestone: 1.1.3
Component: core Version: 1.1.2
Keywords: Cc:
Blocking: Blocked by:

Description (last modified by john) (diff)

Having an ID which contains ".", does not work correct.

Code: <script>

$(function() {

var $o = $("#div_container.bug"); var o = document.getElementById('div_container.bug');

});

</script> <div id="div_container.bug"></div>

Change History

comment:1 Changed 6 years ago by klaus

Duplicate and fixed already, see #143

comment:2 Changed 6 years ago by john

  • Status changed from new to closed
  • Resolution set to duplicate
  • Component changed from ajax to core
  • Description modified (diff)

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.