bootstrap-notify icon indicating copy to clipboard operation
bootstrap-notify copied to clipboard

pass parameter on onClose

Open IanPaskin opened this issue 6 years ago • 1 comments

great project, however slightly stuck on one thing I'm trying to do, which is to pass a parameter in the onClose event

eg.
onClose: SubmitAlert(sAlertID)

I'm creating the notify from asp.net code behind and then want to call a web method via an ajax call to record the alert has been read by the user,

any ideas?

Ian

IanPaskin avatar Mar 17 '18 09:03 IanPaskin

Currently, you would have to create a global variable.

I can look into passing an object into the events. That might help you do what you need.

However, I am just getting back into this project so there is probably going to be a delay. (While one shorter than the 4 months it took me to look at this request)

mouse0270 avatar Aug 06 '18 16:08 mouse0270