Quote:
Originally Posted by ScriptWorkz
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?