I have anchor tag like this... I need to select it!
<a href="#" class="foo bar" rel="123">...</a>
I need to write selector that selects anchor that have class like foo bar and rel like 123.
Is it possible with jQuery? Thanks in advice.
|
I have anchor tag like this... I need to select it!
I need to write selector that selects anchor that have class like Is it possible with jQuery? Thanks in advice.
| |||
|
feedback
|