Modify ↓
Ticket #4703 (closed bug: duplicate)
Selector does not work when some specific characters are present
| Reported by: | munim | Owned by: | john |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | selector | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Step to reproduce:
- define a tag with id "View2_sspTree_dc2LbKAoDspn3BGLFdI3NA=="
- Using jQuery try $("#View2_sspTree_dc2LbKAoDspn3BGLFdI3NA==").hide();
Expected result: Tag with id = View2_sspTree_dc2LbKAoDspn3BGLFdI3NA== should be hidden.
NOTE: document.getElementById("View2_sspTree_dc2LbKAoDspn3BGLFdI3NA==") works perfectly.
PS: Please look at the html file provided.
Attachments
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.


Test HTML file