Hi.
I have multiple input elements here. How can I get the id attribute value of the current element?
The following code is actually wrong, if you use "this.id" in the event, you can get its value!
$('input').combobox({
url:'getdata.php?hy=' + this.id,
})
Thank you.