SyntaxFix
Write A Post
Hire A Developer
Questions
jQuery("[name='test']")
Although you should avoid it and if possible select by ID (e.g. #myId) as this has better performance because it invokes the native getElementById.
#myId
getElementById