Jquery Modal Window | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
+ 1

Jquery Modal Window

hello.. can someone suggest the best modal window plugin for me please. That I can control programmatically after ajax success

30th Mar 2018, 9:32 AM
Akinniyi Akinbode Bolade
Akinniyi Akinbode Bolade - avatar
1 Odpowiedź
+ 1
Real "modal" windows are done with JS alert(), prompt() and confirm() built-in functions. JQuery UI could provide fake "modal" windows, which have the advantage to be stylable, as part of the Html source code (while real "modal" windows are handled by browser through OS built-in functionnalities and so cannot be styled through a html document)...
30th Mar 2018, 12:17 PM
visph
visph - avatar