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();
});
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();
});