Thread
:
php/mysql and ajax connecting with javascript
View Single Post
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
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
View Public Profile
Visit ShaneC's homepage!
Find More Posts by ShaneC