How can I get element id using the custom tag value jquery ?
<div id="1" tab_id="4" class="div_focus" tabindex="1">This is label A</div>
how can i get value of id where tab_id = 4 using jquery ?
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.
Demo On JsFiddle
try out this selector
check : Attribute Equals Selector [name=”value”]