Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
Bookmarks
/
CHESS_ON
:
go.html
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.9/jquery-ui.js" type="text/javascript"></script> <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.9/themes/blitzer/jquery-ui.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> $(function () { $("#dialog").dialog({ modal: true, autoOpen: false, title: "jQuery Dialog", width: 300, height: 150 }); $("#btnShow").click(function () { alert("dfgds"); $('#dialog').dialog('open'); }); }); </script> <input type="button" id="btnShow" value="Show Popup" /> <div id="dialog" style="display: none" align = "center"> This is a jQuery Dialog. </div>