not
English [n?t] US [nɑ:t]
adv. [??, ??, ?? ?? ???? ? ??] ? ?? ?? ????. ??? ?? ?? ?? ??]
jquery not() ??? ???
??: not()? ???? ?? ???? ??? ?????.
?? 1: o.not(???)
????:
Selector | |
????:
?? | |
????:
function(index) | |
jquery not() ??? ?
<!DOCTYPE html> <html> <head> <script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js></script> </head> <body> <p>This is a paragragh.</p> <p>This is a paragragh.</p> <p>This is a paragragh.</p> <p id="selected">This is a paragragh.</p> <p>This is a paragragh.</p> <p>This is a paragragh.</p> <script> $("p").not("#selected").css('background-color', 'red'); </script> </body> </html>
??? ????? ??? "???? ??" ??? ?????