jQuery ?? ??? select() ???
select ???
?? ? ???
select ???? ??? ??? ???? ??? ??? ?? ??? ??? ? ?????.
select() ???? ?? ???? ?????? ?? ???? ??? ? ??? ??? ?????.
select() ???? ???????
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <script src="http://libs.baidu.com/jquery/1.9.1/jquery.js"></script> </head> <body> <input type="text" value="php 中文網(wǎng)"> <p>php 中文網(wǎng)</p> <script> $('input').select(function(){ $('p').css('color','red'); }) </script> </body> </html>
??? ??? ??? ???? select() ???? ???? p ?? ??? ??? ?????