Opened 15 years ago
Last modified 15 years ago
#1321 closed bug
[Critical Bug] ID selector — at Initial Version
Reported by: | alexo | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | core | Version: | 1.1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
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>
Note: See
TracTickets for help on using
tickets.