jpillora / notifyjs

Notify.js - A simple, versatile notification library
https://notifyjs.jpillora.com/
MIT License
1.91k stars 741 forks source link

close the notify box from element outside #6

Closed Memoyr closed 11 years ago

Memoyr commented 11 years ago

Hi, I know I can trigger a close from inside the wrapper. But what if I want to trgger the close from an element elsewhere in the page? I need to trigger it from an element outside the box. Thanks!

jpillora commented 11 years ago

did you try $('.notifyjs-wrapper').trigger('notify-hide'); ?

Memoyr commented 11 years ago

thank you , that was it!