Advertisement
Guest User

Untitled

a guest
Mar 19th, 2015
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.36 KB | None | 0 0
  1.  $(document).ready(function(){
  2.   window.jQuery.fn.autosize=function(){ return autosize(this); };
  3.  });
  4.  
  5.  $('.edit4').each(function(){
  6.    $(this).keypress(function(event) { if (event.keyCode==13) { event.preventDefault(); };
  7.    $(this).autosize();
  8.  });
  9.  
  10. several of this, Ajax read (report pagination):
  11. <TEXTAREA CLASS="edit4">** text read from sql **</TEXTAREA>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement