October 2018
Intermediate to advanced
192 pages
5h 12m
English
JavaScript alerts are ones that are usually modal. One has to do some action on the alert before the content in the parent window can be accessed. These alerts can have OK (OK and CANCEL) or (YES and NO) buttons. There is usually some message text displayed on the alert.
jQuery alerts can be designed to be non-modal by implementing the fade-in feature of jQuery. Such an alert appears for a short duration and then slowly fades away.
We will be creating both JavaScript modal and jQuery non-modal popups (using the jQuery fade-in feature).
Read now
Unlock full access