Side navigation
#12549 closed bug (notabug)
Opened September 17, 2012 11:36AM UTC
Closed September 17, 2012 12:11PM UTC
Button with a long id not found through jquery selector
Reported by: | bgrab@bluewin.ch | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Button with a long id not found through jquery selector
Attachments (0)
Change History (2)
Changed September 17, 2012 11:39AM UTC by comment:1
Changed September 17, 2012 12:11PM UTC by comment:2
resolution: | → notabug |
---|---|
status: | new → closed |
You have to escape the points: http://jsfiddle.net/TY2ft/1/
Your selector without the escaping will get the element:
- with id "mlb_http_3A_2F_2Fwww"
- AND has the class "vorlesungen"
- AND has the class "uzh"
- AND has the class "ch_2FHS12_2Flehrangebot_2Ffak-50000001_2Fsc-50306474_2Fcga-50306474160_2Fcg-50315046"
- AND has the class "module"
- AND has the class "html"
See here: http://jsfiddle.net/TY2ft/2/
Code posted on:
"http://jsfiddle.net/TY2ft/"