has this API. What about ?
The following will work even if it is dynamic/Ajax calls.
Script:
jQuery('body').on('keyup','input.addressCls',function(){ console.log('working'); });
Html,
I hope this working code will help someone who is trying to access dynamically/Ajax calls...