#203·pell

Hi ! There's way to get div id on onChange event ?

Author: SimercaCreated Jun 18, 2020Updated Jul 7, 2021

Hi, There's way to obtain div id on onChange event ? i use this thing

for(var i = 0; i < elements.length; i++){ this.pellConfig.element = elements[i]; this.pellConfig.onChange = function(e){ console.log(e); } pell.init(this.pellConfig) }