Como tornar a classe jQuery clicável
$(document).on('click', '.add_NewCLass', function () {
debugger;
// your function here
});
Aamir Farooq
$(document).on('click', '.add_NewCLass', function () {
debugger;
// your function here
});