Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Jquery Alert

Tags: alert


<input type="submit" name="alert" value="alert">
</form>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript">
$('#submit') .submit(function(){
alert('this is test alert');
return false;
})
</script>



This post first appeared on What Is AJAX.?, please read the originial post: here

Share the post

Jquery Alert

×

Subscribe to What Is Ajax.?

Get updates delivered right to your inbox!

Thank you for your subscription

×