dHtmlXComboFromSelect

jQuery(".combo").each(function() {
dhtmlXComboFromSelect(this.id);
});
}, 100);

give java script error saying "Objcet expeced at line dhtmlXComboFromSelect(this.id)…
what is wrong.?

Make sure that the select element with the id that you pass into dhtmlXComboFromSelect function exists.