how to open jquery ui dialog automatically when the page loads?
- by rgksugan
I need my dialog to open when the page is loaded automatically. What is the way to do it using jquery. Without any user interaction to open it.
I tried this code but it dint work
<script type="text/javascript" src="script/jquery-1.4.2.min.js"></script>
<link type="text/css" href="css/jquery-ui-1.8.1.custom.css"…