Advertisement
Guest User

Untitled

a guest
Jan 10th, 2014
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.76 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="ru">
  3. <head>
  4.     <title>index</title>
  5.     <meta charset="utf-8" />   
  6.     <meta name="keywords" content="" />
  7.     <meta name="description" content="" /> 
  8.     <!-- jQuery library -->
  9.     <script src="js/jquery-1.8.3.min.js"></script> 
  10.     <script>
  11.         $('html').click(function() {
  12.           $('#i_box_0, #i_radio_2').prop('checked', true);
  13.         });
  14.     </script>
  15. </head>
  16.  
  17. <body>
  18.     <form method="POST" name="calc_form" action="" sourceindex="1">
  19.         <input id="i_box_0" type="checkbox" name="i_box_0" onclick="check_event(false)" sourceindex="2"/>
  20.         <input id="i_radio_2" type="radio" value="12" name="i_radio_0" onclick="check_event(false)" sourceindex="4"/>
  21.         <input id="i_box_1" type="checkbox" name="i_box_1" onclick="check_event(false)" sourceindex="3"/>
  22.     </form>
  23. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement