Monday, March 11, 2013

jQuery dialog

Dialog is a window where we can put some hidden details on our page and make it visible on user requests.
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 dialog


That is all. Have fun!

No comments: