Skip to main content
Nintex Community Menu Bar
Question

need a javascript snippet for double click on Deck

  • July 11, 2024
  • 1 reply
  • 6 views

Forum|alt.badge.img+1

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) {
    
}

1 reply

Forum|alt.badge.img+6

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?