Advertisement
oquidave

focus_jquery

Aug 31st, 2011
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $('document').ready(
  2.  
  3. function(){
  4.  
  5. var to_field = $("#list_or_number").val();
  6. if (to_field == "Enter a List(s) or Phone seperate by commas") {
  7. $("#list_or_number").focus(function() {
  8. $("#list_or_number").val("");
  9. });
  10. }
  11.  
  12. }
  13.  
  14. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement