Skip to content

Instantly share code, notes, and snippets.

@kazuhisa
Created June 11, 2012 06:00
Show Gist options
  • Save kazuhisa/2908690 to your computer and use it in GitHub Desktop.
Save kazuhisa/2908690 to your computer and use it in GitHub Desktop.
$("input.input_search").live("focus",function(){
$(this).attr({"MaxLength":2000});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment