Closed cybermill closed 10 years ago
I needed to call a specific function to your notification plugin so I added this code to createElements
if (this.config.clickfunct){ var bu = this; $(element).on('click',function(){ bu.config.clickfunct(); }); }
then pass the function in with the options
apprve_opts.clickfunct = function(){ window.location = "/memberusers/useradmin"; }; $.amaran(apprve_opts);
be nice if this was or something like it was added to the next release.
Thanks for all you do. Jeff
Thank you for your suggestion.I'll add more events.
Thank you @cybermill this feature added in new version.
I needed to call a specific function to your notification plugin so I added this code to createElements
then pass the function in with the options
be nice if this was or something like it was added to the next release.
Thanks for all you do. Jeff