Side navigation
#4703 closed bug (duplicate)
Opened May 30, 2009 11:59AM UTC
Closed March 31, 2011 04:55AM UTC
Last modified March 31, 2011 04:55AM UTC
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: | ||
Blocked by: | Blocking: |
Description
Step to reproduce:
1. define a tag with id "View2_sspTree_dc2LbKAoDspn3BGLFdI3NA=="
2. 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.
Confirmed;
http://jsfiddle.net/rwaldron/9KquD/1/