control-freak-ide/Control-Freak-Documentation/jQuery/docs/entries/multiple-attribute-selector.json
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

1 line
1.0 KiB
JSON

{"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<input id=\"man-news\" name=\"man-news\">\n<input name=\"milkman\">\n<input id=\"letterman\" name=\"new-letterman\">\n<input name=\"newmilk\">\n"},"longdesc":""}],"slug":"multiple-attribute-selector"}