notify.js
notify.js copied to clipboard
ID
Is there a way to trigger something like "notifyClick" for a specific id ?
Why not just call close on the notification you've created? Why would you want to trigger a click if the user has not done so?
Because i create more than one notification in the same time
You an create a new Notify instance for each notification, but if you want to create multiple notifications from the same instance then this is not currently possible.
how can i identify them ?
i explain me :
A button is used to create a notification. Then an other button close a notification and there is a input where you can enter the tag to be asign to the created notifi but no way to close by this tag
Sorry about theses questions perhaps easy for other but i'm a begginner
You would probably need to write your code to associate each instance with an ID/tag. Alternatively you are welcome to submit a pull request to add functionality.
Ok :) Thank you :)