How to create and use jQuery dialog?
1. You need jQuery library included between <head> </head> tags.
You can download it from official site.
ex.:
<head>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
</head>
2. Put my code between <body> </body> tags.
Open my dialogThat is all. Have fun!
No comments:
Post a Comment