If you are using 1.3.2 of the library, then lose the "@"

is there any reason why you just don't say

jQuery("a#myLink")

since you can't use "$" ?


On Aug 26, 11:40 am, 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

Reply via email to