Hi Friends,
I want to display a popup window using jquey when page is loading for the first time,after that no need to display the popup.
Regards
Divya
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sunny SharmaPosted Jun 4, 2013, 7:05 AM
use the sample code below to achieve the purpose:
------------------------------------------------------
This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.
---------------------------------------------
The code above will raise a poup as soon the document loads, and never after.
Visit here for a detailed explanation:
http://jqueryui.com/dialog/
Hope it helps.
mark this as answer if it helps :)
Thanks.