VenoBox icon indicating copy to clipboard operation
VenoBox copied to clipboard

Hi =)

Open korshunovmax opened this issue 5 years ago • 1 comments

Hi, sometimes really missing simple functionality, of course I added it for my use. Novice programmers ask me about a double click, maybe someone will come in handy. Thanks for your work

venobox: function(options) {
    var defaults = {
        click: 'click',
    }
}

obj.on(option.click, function(e){
    ...
}

//use
$('.element').venobox({click: 'dblclick'});

korshunovmax avatar Dec 18 '19 02:12 korshunovmax

Thank you. Maybe I will add that option. It should be slightly different now, because the script doesn't use anymore jQuery

nicolafranchini avatar Dec 02 '21 21:12 nicolafranchini