alert box jquery code example
Example 1: simple alert program in javascript
alert("this is the alert")
Example 2: alert jquery
alert("Hello! I am an alert box!!");
alert("this is the alert")
alert("Hello! I am an alert box!!");