I'm using this plugin, see my fiddle here.
My problem is the method itemAdded
is not working on newly added input.
$('input').on('itemAdded', function(event) {
alert('added'); //doesn't work on newly added input
})
How to bind it the with body tag?