Open
Description
If we publish any notification based on some click event then that event is not sub scribed. if you invoke the below method based on some button click event then it does not perform the actions in subscribe event.
$("#testPlugin").testSubscribe().trigger("eventPublished");
But if we perform the below step on page load then it works.
$("#testPlugin").testSubscribe();
$("#testPlugin").testSubscribe().trigger("eventPublished");
Metadata
Metadata
Assignees
Labels
No labels