Posted By


Mosaic on 04/23/10

Tagged


Statistics


Viewed 98 times
Favorited by 0 user(s)

evidenzia testo


/ Published in: jQuery
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <script type="text/javascript">
  2. $(document).ready(function(){
  3.  
  4. $(".txtarea").click( function() {
  5. $(this).focus();
  6. $(this).select();
  7.  
  8. } )
  9.  
  10. });
  11.  
  12. </script>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.