.select( handler(eventObject) ) .select( [eventData,] handler(eventObject) ) .select()
<html> <head> <title>ThaiCreate.Com jQuery Tutorials</title> <style> p { color:blue; } div { color:red; } </style> <script type="text/javascript" src="jquery-1.6.4.js"></script> <script type="text/javascript"> $(document).ready(function(){ $(":input").select( function () { $("div").text("Something was selected").show().fadeOut(1000); }); }); </script> </head> <body> <p> Click and drag the mouse to select text in the inputs. </p> <input type="text" value="Some text" /> <input type="text" value="to test on" /> <div></div> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท