jQuery ui checkboxes drive me crazy
- by Luca Belluco
Hello,
I'm using a form with checkboxes from jQuery UI and I'm having some problems with them :
here is my code :
php
<input type="checkbox" id="check'. $empl->getAttr('id') .'" class="intervenants" /><label for="check'. $empl->getAttr('id') .'">'.$empl->getAttr('nom').'</label>';
javascript
…