sciactive / pnotify

Beautiful JavaScript notifications with Web Notifications support.
https://sciactive.com/pnotify/
Apache License 2.0
3.65k stars 513 forks source link

Create 'icon_container' in Class Variables #233

Closed johnpozy closed 6 years ago

johnpozy commented 8 years ago

Same as text_container and title_container, the icon_container should also available in notice object. Later we can simply access it like notice.icon_container instead of document.getElementsByClassName('ui-pnotify-icon').

image

I can make a PR if you want.

Thanks

hperrin commented 6 years ago

In v4, you will be able to use notice.refs.iconContainer.