Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit f41b771

Browse files
committed
tag version 1.0.2
1 parent be0216f commit f41b771

File tree

2 files changed

+70
-3
lines changed

2 files changed

+70
-3
lines changed

dialog/default.html

Lines changed: 69 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
duration: 500
4747
}
4848
});
49-
49+
/*
5050
setTimeout( function(){
5151
$( "#dialog" ).dialog( "change", 'Loading...', 500, 375, false );
5252
$( "#dialog" ).dialog( "change", '<img src="../images/dummy-500x375-colorE88801.jpg" alt="changed image" />', 500, 375 );
@@ -59,6 +59,7 @@
5959
$( "#dialog" ).dialog( "change", 'Loading...', 454, 280, false );
6060
$( "#dialog" ).dialog( "change", '<img src="../images/dummy-454x280-colorFFC200.jpg" alt="image" />', 454, 280 );
6161
}, 6000 );
62+
*/
6263
});
6364
</script>
6465
</head>
@@ -71,7 +72,73 @@
7172
<div class="demo-description">
7273
<p>This is an extension for the jQuery UI Dialog widget that adds multiple features and enhancements. This is a development playground! Beta!</p>
7374
</div>
74-
75+
<br>
76+
<br>
77+
<br>
78+
<br>
79+
<br>
80+
<br>
81+
<br>
82+
<br>
83+
<br>
84+
<br>
85+
<br>
86+
<br>
87+
<br>
88+
<br>
89+
<br>
90+
<br>
91+
<br>
92+
<br>
93+
<br>
94+
<br>
95+
<br>
96+
<br>
97+
<br>
98+
<br>
99+
<br>
100+
<br>
101+
<br>
102+
<br>
103+
<br>
104+
<br>
105+
<br>
106+
<br>
107+
<br>
108+
<br>
109+
<br>
110+
<br>
111+
<br>
112+
<br>
113+
<br>
114+
<br>
115+
<br>
116+
<br>
117+
<br>
118+
<br>
119+
<br>
120+
<br>
121+
<br>
122+
<br>
123+
<br>
124+
<br>
125+
<br>
126+
<br>
127+
<br>
128+
<br>
129+
<br>
130+
<br>
131+
<br>
132+
<br>
133+
<br>
134+
<br>
135+
<br>
136+
<br>
137+
<br>
138+
<br>
139+
<br>
140+
<br>
141+
<br>
75142
</body>
76143
</html>
77144

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jquery.ui.dialog.extended",
33
"title": "jQuery UI Dialog Extended",
44
"description": "This is an extension for the jQuery UI Dialog widget that adds multiple features and enhancements: Animated resizing and positioning, use content size instead of overall size when using width and height options, multiple viewport settings to make jQuery UI Dialog more flexible and RWD compatible.",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"author": {
77
"name": "Felix Nagel",
88
"url": "http://www.felixnagel.com"

0 commit comments

Comments
 (0)