.focusin( handler(eventObject) ) .focusin( [eventData,] handler(eventObject) )
<html> <head> <title>ThaiCreate.Com jQuery Tutorials</title> <style> span {display:none;} </style> <script type="text/javascript" src="jquery-1.6.4.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("p").focusin(function() { $(this).find("span").css('display','inline').fadeOut(1000); }); }); </script> </head> <body> <p><input type="text" /> <span>focusin fire</span></p> <p><input type="password" /> <span>focusin fire</span></p> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท