smozgur
Well-known member
We can use
Is there a way to create and/or trigger a notice with JavaScript like these functions?
I am trying to show a floating notice when something certain happens at the client side. It is possible to do what I need by appending notice elements in the DOM by using JavaScript when it is necessary, but I am looking for an internal way, if there is any.
Thanks.
XF.overlayMessage()
and XF.alert()
functions, and it is beautiful.Is there a way to create and/or trigger a notice with JavaScript like these functions?
I am trying to show a floating notice when something certain happens at the client side. It is possible to do what I need by appending notice elements in the DOM by using JavaScript when it is necessary, but I am looking for an internal way, if there is any.
Thanks.