View Single Post
Old 01-22-2011, 09:01 PM   PM User | #21
ShaneC
Codeasaurus Rex


 
Join Date: Jun 2008
Location: Redmond, WA
Posts: 659
Thanks: 31
Thanked 100 Times in 94 Posts
ShaneC is on a distinguished road
Yeah, you can do that easily with jQuery.

Let's say your checkbox has an ID of "backupCheckbox".

Then in the $(document).ready( function() { ... } block use something like this:

Code:
$("#backupCheckbox").hide();
__________________
Unless otherwise stated, any code posted is most likely untested and may contain syntax errors.
My posts, comments, code, and suggestions reflect only my personal views.
Web Portfolio and Code Snippets: http://shanechism.com
ShaneC is offline   Reply With Quote