Can you add this code to your item-post.php and item-edit.php right before </body></html> tags:
<script type="text/javascript">
$(document).ready(function(){
draw_select( $('select[id^="select_"]').length + 1, <?php echo $def_cat['fk_i_category_id']; ?> );
});
</script>