View Single Post
Old 02-28-2009, 06:18 AM  
Mutt
Too lazy to set a custom title
 
Mutt's Avatar
 
Industry Role:
Join Date: Sep 2002
Posts: 34,431
Quote:
Originally Posted by ScriptWorkz View Post
you can put it in your head tag between some script tags, or in it's own js file and include it with a script tag...

Code:
<script type='text/javascript'>
<!--
$(document).ready(function(){
	$('input[type=checkbox],input[type=radio]').prettyCheckboxes();
});
//-->
</script>
Code:
<script type='text/javascript' src='/path/to/file.js'></script>
ok thanks BUT why in the source of the demo page can't i find that initialization code?
__________________
I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!
Mutt is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote