$("select, input[type=file]").not('select[multiple]').uniform();
$('input:checkbox, input:radio').checkbox();
I seem to have a problem related to these lines of code, but I thought I should first understand what they are doing before I start debugging anything.
Open in new window