Skip to main content

I need js snippet which will be triggered in stead of single click in deck component. i tried following snippet but no luck.

i changed the id to StickPostDeck,


try {

    if (skuid.$(‘#StickPostDeck’)) {

        skuid.$(‘#StickPostDeck’).dblclick(function(){

  console.log(‘double clicked’);

});

    }

} catch (error) {

    

}

Hi Prasanna, could you please share more information about why you need it? Maybe there is another way to meet your requirements. Which Skuid version do you use?


Reply