You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# jquery.ui.window.framework.js
2
2
3
-
A simple framework that extends the jQuery UI dialog API to allow simple creation, modification, and deletion of dialogs that act as interactive windows as well as other functionality.
3
+
A simple framework that extends the jQuery UI dialog API to allow simple creation, modification, and deletion of dialogs that act as interactive windows as well as other functionality. <ahref="http://htmlpreview.github.io/?https://github.com/ravenmyst/jQuery.UI.Window.Framework/blob/master/example.html"target="_blank">Example here.</a>
<divid="testModalWindow" class="jq-window">This content should be replaced by an $ajax request. <buttononclick="hideWindow('testModalWindow');">Close $ajax Window</button></div>
13
+
<divid="testNonModalWindow" class="jq-window">This content should be replaced by an $ajax request. <buttononclick="hideWindow('testNonModalWindow');">Close $ajax Window</button></div>
0 commit comments