Advertisement
Northys

Untitled

Aug 23rd, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <input data-id="buchacha" type="checkbox" />
  2. <input data-id="bucheche" type="checkbox" />
  3. <script type="text/javascript">
  4.     $( "input[type=checkbox]" ).click(function() {
  5.             window.location.href = "{link Article:edit}/" + $(this).attr('data-id');
  6.     });
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement