Hi everyone,
I am just wondering whether that is a correct syntax in JQuery :
var elements = $("#contact-area input[type=text,value=something] ").get();
What I mean is how to write specify more than one parameter to and filter apart from this use :
$("#contact-area (input[type=text],input[value=something])").get();