If I want to select every image which it's alt is Home for example, I can do something like this:
$("img[alt='Home']")
But how can I select every elements which their width
CSS property is 750px for example in a single selector?
EDIT: If there is no such selector, is there any plugin, or any plans to do it in the next jQuery versions?