March 2011
5 posts
3 tags
5 tags
6 tags
4 tags
5 tags
Check All Checkboxes Bookmarklet
Ever had a page of checkboxes that needed to be checked but there’s no “Check All” option built-in? I did some searching and found this awesome javascript bookmarlet that will check all of the checkboxes on the screen in a second.
Create a new bookmark and add the JS code below as the URL:
javascript:function check_all_in_document(doc){var c=new...