Is it possible to combine both a class selector and an attribute selector with jQuery?
For example, given the following HTML:
This code works too:
$("input[reference=12345].myclass").css('border', '#000 solid 1px');