Open kimtrien opened 8 years ago
thanks for the proposal but the Event object is not supported by IE (I already know IE sucks), so I wonder if it's a good option.
No alternative for you to handle that with jQuery() ?
Example: https://github.com/simogeo/Filemanager/wiki/How-to-use-the-filemanager-with-colorbox
I'm using jQuery:
$('#multi_url').change(function(event) {
console.log('Input changed');
});
But it not trigger event change.
Are you have better solution?
I need trigger event change to preview image.