.not( selector ) .not( elements ) .not( function(index) )
<html> <head> <title>ThaiCreate.Com jQuery Tutorials</title> <style> div { width:50px; height:50px; margin:10px; float:left; background:yellow; border:2px solid white; } .green { background:#8f8; } .gray { background:#ccc; } #blueone { background:#99f; } </style> <script type="text/javascript" src="jquery-1.6.4.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("div").not(".green, #blueone") .css("border-color", "red"); }); </script> </head> <body> <div></div> <div id="blueone"></div> <div></div> <div class="green"></div> <div class="green"></div> <div class="gray"></div> <div></div> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท