s
mart
j
Query
b
ased
j
avascript
l
ibrary
by rodenic
<-- sjbjl's docs index
modal dialog (alert and confirm)
MODAL DIALOG'S working sample
ERROR modal alert
WARNING modal alert
SUCCESS modal alert
CONFIRM modal version
NyroModal modal version
javascript
sjbjl_alert('error','It has occurred a big problem!') sjbjl_alert('warning','Be careful!') sjbjl_alert('success','You did a good job!') sjbjl_confirm('Confirm?','choice_ok()','choice_ko()') confirm('Confirm?')
Modal content
Click to close
html sample
...