SanSYS

HTML5 output tag http://www.sansys.net/2014/07/html5-output-

Jul 14th, 2014
3,570
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function(){
  2.     var x = document.getElementById('x');
  3.    
  4.     if (!x.hasOwnProperty('value')){
  5.         console.log('Возможно IE');
  6.         var a = document.getElementById('a');
  7.         a.onchange = function(){document.forms[0].oninput();}
  8.     }
  9. })();
Advertisement
Add Comment
Please, Sign In to add comment