Hello HolicGirl,

This is the group for questions related to the development of the
library itself rather than how to use it.
You have more chances to get an answer if you post on the appropriate
group: http://groups.google.com/group/jquery-en

While you're here, as indicated in the documentation about selectors
( http://docs.jquery.com/Selectors ) the @ at the beginning of
attribute selectors has been removed in jQuery1.3
You should write jq('a[id="myLink"]') instead. In the case of the id
attribute, you should simply write jQuery("#myLink")

regards,

Louis-Rémi Babé

On Aug 26, 4:23 pm, holicGirl <mirna.bagnola...@gmail.com> wrote:
> Hello,
> I have a basic knowlegde of jQuery and a problem in selecting a link.
> To be specific I've a problem with the syntax.
>
> I'm using several libraries so I can't use for example the $
> ('a#myLink') function but I've to write jq('a...@id="myLink"]').
>
> The application don't recognize the syntax, it shows this message:
>          Syntax error, unrecognized expression: [...@id="myLink"]
>
> Can someone help me?
>
> Thanks in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to