0
How I make an "alert" using JQuery?
I need create an "alert"
1 Antwort
+ 6
It seems that dialog features of JQuery are available only with the sub-part JQueryUI:
https://www.tutorialspoint.com/jqueryui/jqueryui_dialog.htm
... You can also look at Bootstrap and/or w3.css kind of frameworks which provides some dialog too ^^