Jquery find by value
5 answers
var some_variable = $("a:[title='Use ctrl + >']").attr("href")
check jQuery slectors: http://api.jquery.com/category/selectors/
here is a working example: http://jsfiddle.net/SXqVt/
+7
next
How to find ..."> check jQuery slectors:
http://api.jquery.com/category/selectors/ here is a working example:
http://jsfiddle.net/SXqVt/All geek questions in one placeJquery find by value
5 answersvar some_variable = $("a:[title='Use ctrl + >']").attr("href")
source
share+7