You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I am using require.js the initialization of the plugin is done in ad-hoc basis(during the trigger of the plugin). Once the popup is triggered the 'click' event is not getting triggered.The function which is binded to the click event is not getting called.Instead all other other events such as 'mousedown','mouseup' are fired.
events:{
"click # : "<function name"
}
: function(){
<--- code goes here --->
}
Thanks,
Ram.
The text was updated successfully, but these errors were encountered:
As I am using require.js the initialization of the plugin is done in ad-hoc basis(during the trigger of the plugin). Once the popup is triggered the 'click' event is not getting triggered.The function which is binded to the click event is not getting called.Instead all other other events such as 'mousedown','mouseup' are fired.
events:{
"click # : "<function name"
}
: function(){
<--- code goes here --->
}
Thanks,
Ram.
The text was updated successfully, but these errors were encountered: