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
Hi, Nice work :)
I have a number of href links that have data-router set. I have a case were some of the links are greyed out prior to a user logging-in.
$$('.appicon').tap(function(e) {
if ($$(this).hasClass('greyedout')) {
e.preventDefault(); // tried: e.cancelBubble = true; but it also didn't work!
}
});�
Regards
Tnt
The text was updated successfully, but these errors were encountered:
Hi, Nice work :)
I have a number of href links that have data-router set. I have a case were some of the links are greyed out prior to a user logging-in.
$$('.appicon').tap(function(e) {
if ($$(this).hasClass('greyedout')) {
e.preventDefault(); // tried: e.cancelBubble = true; but it also didn't work!
}
});�
Regards
Tnt
The text was updated successfully, but these errors were encountered: