simogeo / Filemanager

An open-source file manager released under MIT license. Up-to-date for PHP connector. This package is DEPRECATED. Now, please use RichFileManager available at : https://github.com/servocoder/RichFilemanager.
938 stars 351 forks source link

Fire event change #454

Open kimtrien opened 8 years ago

kimtrien commented 8 years ago

I need trigger event change to preview image.

simogeo commented 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() ?

kimtrien commented 8 years ago

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?