1
Answer

how can write both id and class inside document on click?

Using jQuery(document).on('click',) how can write both id and class inside?

eg: jQuery(document).on('click', '#ListTable', '.rowedit', function () { }); (but this occurred error)

Kindly replay me.

 

Answers (1)