Detecting focusout event in a datatables cell

Detecting focusout event in a datatables cell

uskerineuskerine Posts: 33Questions: 15Answers: 0

I would like to understand how could I detect a focusout event for a datatables <input> item contained on a cell.

Using just jQuery does not work -> jQuery("..selector..").focusout( function() { ... } )

Thanks!,

This discussion has been closed.