fork download
  1. <script>
  2. $(function(){
  3. $('but').click(function(){
  4. console.log('a');
  5. //$('#obr').laod('load.html');
  6. });
  7. });
  8. </script>
Runtime error #stdin #stdout 0.26s 213248KB
stdin
Standard input is empty
stdout
Standard output is empty