syntax problems

syntax problems


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