i'm trying to use this script here, it's a jquery thing that pretties up forms
http://www.no-margin-for-errors.com/...ttyCheckboxes/
so i follow the instructions which say to include the jquery and prettycheckboxes js files in the head section
then it says:
Then you need to initalize prettyCheckboxes.
Code:
$(document).ready(function(){
$('input[type=checkbox],input[type=radio]').prettyCheckboxes();
});
i looked at the source of the demo page, that code isn't in there. i looked in the js file, prettycheckboxes - not there. where do i put it?
