Opened 16 years ago
Closed 16 years ago
#1321 closed bug (duplicate)
[Critical Bug] ID selector — at Version 2
Reported by: | alexo | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | core | Version: | 1.1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
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 (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Component: | ajax → core |
---|---|
Description: | modified (diff) |
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate and fixed already, see #143