I run this command $("^.WasPrice") which suppose to find the class
that starts with WasPrice.  The actual class name is "WasPrice
PriceM".  My issue is being to select a class with a space.  I can't
figure out how to escape a space character to select such classes.  So
I decided to use the "^" which selects anything that starts with the
characters that follow.  This seems to work fine on some pages but
fails with a syntax error on others.

Any ideas and help would be greatly appreciated.

Thanks,
Roy

--~--~---------~--~----~------------~-------~--~----~
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