Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $(document).on('click', 'input[type=text][id=valor_unitario"+id+"]', function() {
  2. this.select();
  3.  
  4. $(document).on('click', 'input[type=text][id=valor_unitario1]', , 'input[type=text][id=quantidade1]', function() {
  5. this.select();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement