need a javascript snippet for double click on Deck
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) {
}
i changed the id to StickPostDeck,
try {
if (skuid.$('#StickPostDeck')) {
skuid.$('#StickPostDeck').dblclick(function(){
console.log('double clicked');
});
}
} catch (error) {
}
Tagged:
1
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments