Hi dear ,
I have some problem here ,
$(‘.grey’).on(‘click’, this.myfunction.bind(this));
and on click don’t call the function
myfunction () {
alert(“myfunction”);
}
also if i write (e) its not working.
for more , this is my reference
thanks. in advance ,
best regards