Open raquelhortab opened 1 year ago
Hi, I am trying to access the image picker once it has been initialized to add some custom elements but the parameter received by the initialized callback is undefined.
initialized
Here's part of my code:
$("select[name='gnerator_eyes']").imagepicker({ initialized: function(e){ console.log(e); }, changed:function(){ //....
Everything else works just fine
it seems the imagepicker is actually received through this instead of the parameter
this
Hi, I am trying to access the image picker once it has been initialized to add some custom elements but the parameter received by the
initialized
callback is undefined.Here's part of my code:
Everything else works just fine