+ 1
Jquery Modal Window
hello.. can someone suggest the best modal window plugin for me please. That I can control programmatically after ajax success
1 Antwort
+ 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)...