How to get combo containing table cell

I have a table where some cells contain div’s where I create combo boxes.



How can I grab the

tag containg the combo which has had a different option selected?


Combo doesn’t change div element where it is initialized. So, you can use specific attributes or ids for these containers. So, you can check the necessary attribute of divs inside cells.


Moreover combo container has child div with dhx_combo_box class.