With jQuery 1.4.2 and many previous version it is possible to select inputs like this:
$(\'input[value=test]\')
But with 1.4.3 and higher t
According to the documentation it should work just fine
http://api.jquery.com/attribute-equals-selector/
you need to use quotes to surround the value