For 1 param in rel I use:
<a rel="all">All</a>
var group = $(this).attr('rel');
How to extract multiple rel attribute from link?
<a rel="all test1 test2">All</a>
TNQ!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See this test.
Or, if you want to account for possible repeated whitespace chars in between them