Hover event in toastr angularjs

I use this library : https://github.com/CodeSeven/toastr . I want some event like ajax when I hover in toastr . I tried something like :

$('#toastr-container).on('mouseenter',function(){
 //do something
})
toastr.info.on('mouseenter',function(){
 //do something
})

but no work . How can I do this . Please help me

Source: AngularJS



from Angular Questions https://angularquestions.com/2017/10/19/hover-event-in-toastr-angularjs/
via @lzomedia #developer #freelance #web #lzomedia.com

Comments

Popular posts from this blog

ng-show doesn’t work correct with value boolean

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development

ng-include of inline SVG does not display gradient except in Chrome