Guest User

Untitled

a guest
Jun 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. //register change event
  2. this.element.change(function() {
  3. this.onTextChange();
  4. });
  5.  
  6. this.onTextChange = function() {
  7. //this.value = $(this.element).val();
  8. //console.log("text val: " + this.value);
  9. };
Add Comment
Please, Sign In to add comment