Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function(d) {
- var input = d.getElementsByTagName('input');
- var i = input.length;
- while (i--)
- {
- if (input[i].type === 'text')
- {
- //var quant = input[i].getAttribute('value')
- input[i].setAttribute('value', '10'); // Substitua o 10 com o valor.
- }
- }
- })
- (this.document);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement