{"name":"attributeMultiple","type":"selector","title":"Multiple Attribute Selector [name=\"value\"][name2=\"value2\"]","deprecated":null,"removed":null,"desc":"Matches elements that match all of the specified attribute filters.","categories":["selectors/attribute-selectors","version/1.0"],"entries":[{"return":"","signatures":{"added":"1.0","argument":[{"desc":"An attribute filter.","name":"attributeFilter1","type":"Selector"},{"desc":"Another attribute filter, reducing the selection even more","name":"attributeFilter2","type":"Selector"},{"desc":"As many more attribute filters as necessary","name":"attributeFilterN","optional":"true","type":"Selector"}]},"examples":{"desc":"Finds all inputs that have an id attribute and whose name attribute ends with man and sets the value.","code":"\n$( \"input[id][name$='man']\" ).val( \"only this one\" );\n","html":"\n\n\n\n\n"},"longdesc":""}],"slug":"multiple-attribute-selector"}