John & team - awesome work!

The jQuery Bug Tracker is down, so I thought I'd post and issue I
found with the attribute selectors.

I have the following input element:
<input id="new:-CA_06055_NAPA_200811.txt" name="fileName" value="" />

Using a standard selector, I need to escape the ":" and the "." :
$("#new\\:-CA_06055_NAPA_200811\\.txt")

The above works in both 1.2.6 and 1.3b1. However, the following works
in 1.2.6, but not in 1.3b1:
$("input[id=new:-CA_06055_NAPA_200811.txt]");

No amount of escaping seems to get it working in 1.3b1. I posted an
example:
http://www.ericmmartin.com/code/jquery/1.3b1/

-Eric


On Dec 22, 9:49 am, "John Resig" <[email protected]> wrote:
> Hi Everyone -
>
> The jQuery dev team just got jQuery 1.3 Beta 1 out the door. Help us
> test this release and make sure it goes nice and 
> smoothly!http://blog.jquery.com/2008/12/22/help-test-jquery-13-beta-1/
>
> Thanks in advance.
>
> --John
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to