The [attribute = value] selector, selects every element with the particular attribute and value.
Syntax:
$(“[attribute=value]”)
Example:
$(document).ready(function(){
$("[id=choose]").css("background-color", "red");
});
My name is Schinchan.
I live in Kasukabe.
My best friend is Masaw.
Who is your favourite: