views:

13

answers:

0

I use jquery UI. I have 3 comboboxes and I need to enable each field if the previous one filled.

jQuery(document).ready(function(){
$("#box1").combobox();
$("#box2").combobox();
$("#box3").combobox();
});