Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function(){
- var x = document.getElementById('x');
- if (!x.hasOwnProperty('value')){
- console.log('Возможно IE');
- var a = document.getElementById('a');
- a.onchange = function(){document.forms[0].oninput();}
- }
- })();
Advertisement
Add Comment
Please, Sign In to add comment