Thursday, October 19, 2017

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

No comments:

Post a Comment