Tagged Questions

0
votes
2answers
486 views

How to pass table-row index to a javascript function

I have some php code that is creating an html table. Within it I have a form where I have different dropdown menus that have onChange events. I need to pass into the javascript function the table-row ...