Side navigation
#1390 closed bug (worksforme)
Opened July 12, 2007 03:50PM UTC
Closed July 15, 2007 02:06PM UTC
Problem with ID reference if ID has period
Reported by: | mdmadph | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.1.4 |
Component: | core | Version: | 1.1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Example:
I have an image with the id of "img1.1".
I cannot reference this image with $("#img1.1"), but document.getElementById("img1.1") works. Am I missing something?
Is it something to do with jQuery thinking that ".1" means a class?