Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return notification instance so we can trigger notify-hide on it #82

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

rtravis3647
Copy link

Example: var loading = $.notify("Perfoming Update", { clickToHide: true });

$(element).on("update_finished",function() { loading.trigger("notify-hide"); });

Daniell Mesquita and others added 2 commits April 7, 2016 18:40
…nstance.

Example: var loading = $.notify("Perfoming Update", {  clickToHide: true });

 $(element).on("update_finished",function() {  loading.trigger("notify-hide"); });
@danimesq
Copy link

Hi, @rtravis3647

This repo seems to be abandonned with no activity since later 2015.
I've forked Notify.js to maintain it.
Please clone your pull request to: https://github.com/WS-js/Notify.js
Thanks!

@rtravis3647
Copy link
Author

I'd like to do this, but I'm new to GitHub and am not quite sure how to proceed. When I did what seemed to be correct, it said I wanted to merge 12 commits, so I closed that one. I've tried to fork from your repo instead, but I guess since i have already forked from the original, it won't do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants