.has( selector ) .has( contained )
<html> <head> <title>ThaiCreate.Com jQuery Tutorials</title> <style> .full { border: 1px solid red; } </style> <script type="text/javascript" src="jquery-1.6.4.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("ul").append("<li>" + ($("ul").has("li").length ? "Yes" : "No") + "</li>"); $("ul").has("li").addClass("full"); }); </script> </head> <body> <ul><li>Does the UL contain an LI?</li></ul> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท