compass-jquery-plugin 0.2.4.5 → 0.2.4.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.textile +36 -4
- data/VERSION.yml +1 -1
- data/compass-jquery-plugin.gemspec +49 -3
- data/gem_tasks/calendar.rake +2 -2
- data/gem_tasks/dynatree.rake +2 -2
- data/gem_tasks/jqgrid.rake +2 -2
- data/gem_tasks/jqtouch.rake +114 -0
- data/gem_tasks/jrails.rake +20 -4
- data/gem_tasks/rubygems.rake +4 -1
- data/gem_tasks/secret_sauce.rake +2 -2
- data/lib/jquery/jqgrid/jqgrid.rb +435 -0
- data/lib/jquery/jqgrid/jqgrid2xml.rb +50 -0
- data/lib/jquery/jqgrid.rb +3 -419
- data/lib/jquery/jqtouch.rb +4 -0
- data/templates/dynatree/jquery.ui/dynatree.vista/folder.png +0 -0
- data/templates/dynatree/manifest.rb +0 -1
- data/templates/jqtouch/config/initializers/jqtouch.rb +3 -0
- data/templates/jqtouch/jqtouch/apple/backButton.png +0 -0
- data/templates/jqtouch/jqtouch/apple/blueButton.png +0 -0
- data/templates/jqtouch/jqtouch/apple/cancel.png +0 -0
- data/templates/jqtouch/jqtouch/apple/chevron.png +0 -0
- data/templates/jqtouch/jqtouch/apple/grayButton.png +0 -0
- data/templates/jqtouch/jqtouch/apple/listArrowSel.png +0 -0
- data/templates/jqtouch/jqtouch/apple/listGroup.png +0 -0
- data/templates/jqtouch/jqtouch/apple/loading.gif +0 -0
- data/templates/jqtouch/jqtouch/apple/on_off.png +0 -0
- data/templates/jqtouch/jqtouch/apple/pinstripes.png +0 -0
- data/templates/jqtouch/jqtouch/apple/selection.png +0 -0
- data/templates/jqtouch/jqtouch/apple/thumb.png +0 -0
- data/templates/jqtouch/jqtouch/apple/toggle.png +0 -0
- data/templates/jqtouch/jqtouch/apple/toggleOn.png +0 -0
- data/templates/jqtouch/jqtouch/apple/toolButton.png +0 -0
- data/templates/jqtouch/jqtouch/apple/toolbar.png +0 -0
- data/templates/jqtouch/jqtouch/apple/whiteButton.png +0 -0
- data/templates/jqtouch/jqtouch/apple.sass +651 -0
- data/templates/jqtouch/jqtouch/icons/iphone_16x16.png +0 -0
- data/templates/jqtouch/jqtouch/iphone-emulator.sass +17 -0
- data/templates/jqtouch/jqtouch/iphone_fullsize.png +0 -0
- data/templates/jqtouch/jqtouch/jqt/back_button.png +0 -0
- data/templates/jqtouch/jqtouch/jqt/back_button_clicked.png +0 -0
- data/templates/jqtouch/jqtouch/jqt/button.png +0 -0
- data/templates/jqtouch/jqtouch/jqt/button_clicked.png +0 -0
- data/templates/jqtouch/jqtouch/jqt/chevron.png +0 -0
- data/templates/jqtouch/jqtouch/jqt/chevron_circle.png +0 -0
- data/templates/jqtouch/jqtouch/jqt/grayButton.png +0 -0
- data/templates/jqtouch/jqtouch/jqt/loading.gif +0 -0
- data/templates/jqtouch/jqtouch/jqt/on_off.png +0 -0
- data/templates/jqtouch/jqtouch/jqt/rowhead.png +0 -0
- data/templates/jqtouch/jqtouch/jqt/toggle.png +0 -0
- data/templates/jqtouch/jqtouch/jqt/toggleOn.png +0 -0
- data/templates/jqtouch/jqtouch/jqt/toolbar.png +0 -0
- data/templates/jqtouch/jqtouch/jqt/whiteButton.png +0 -0
- data/templates/jqtouch/jqtouch/jqt.sass +580 -0
- data/templates/jqtouch/jqtouch/jqtouch.sass +75 -0
- data/templates/jqtouch/jquery.jqtouch.js +1007 -0
- data/templates/jqtouch/jquery.jqtouch.min.js +1 -0
- data/templates/jqtouch/manifest.rb +43 -0
- data/templates/jrails/config/initializers/jrails.rb +2 -0
- data/templates/jrails/jquery.compat-1.3.js +288 -0
- data/templates/jrails/jquery.compat-1.3.min.js +1 -0
- data/templates/jrails/jquery.js +4483 -2570
- data/templates/jrails/jquery.min.js +12 -8
- data/templates/jrails/manifest.rb +2 -0
- metadata +49 -3
- data/templates/dynatree/jquery.ui/dynatree.vista/folder_open.png +0 -0
@@ -0,0 +1,1007 @@
|
|
1
|
+
/*
|
2
|
+
|
3
|
+
_/ _/_/ _/_/_/_/_/ _/
|
4
|
+
_/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
|
5
|
+
_/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
|
6
|
+
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
|
7
|
+
_/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
|
8
|
+
_/
|
9
|
+
_/
|
10
|
+
|
11
|
+
Created by David Kaneda <http://www.davidkaneda.com>
|
12
|
+
Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
|
13
|
+
|
14
|
+
Special thanks to Jonathan Stark <http://jonathanstark.com/>
|
15
|
+
and pinch/zoom <http://www.pinchzoom.com/>
|
16
|
+
|
17
|
+
(c) 2009 by jQTouch project members.
|
18
|
+
See LICENSE.txt for license.
|
19
|
+
|
20
|
+
$Revision: 109 $
|
21
|
+
$Date: 2009-10-06 12:23:30 -0400 (Tue, 06 Oct 2009) $
|
22
|
+
$LastChangedBy: davidcolbykaneda $
|
23
|
+
|
24
|
+
*/
|
25
|
+
|
26
|
+
(function($) {
|
27
|
+
$.jQTouch = function(options) {
|
28
|
+
|
29
|
+
// Set support values
|
30
|
+
$.support.WebKitCSSMatrix = (typeof WebKitCSSMatrix == "object");
|
31
|
+
$.support.touch = (typeof Touch == "object");
|
32
|
+
$.support.WebKitAnimationEvent = (typeof WebKitTransitionEvent == "object");
|
33
|
+
|
34
|
+
// Initialize internal variables
|
35
|
+
var $body,
|
36
|
+
$head=$('head'),
|
37
|
+
hist=[],
|
38
|
+
newPageCount=0,
|
39
|
+
jQTSettings={},
|
40
|
+
hashCheck,
|
41
|
+
currentPage,
|
42
|
+
orientation,
|
43
|
+
isMobileWebKit = RegExp(" Mobile/").test(navigator.userAgent),
|
44
|
+
tapReady=true,
|
45
|
+
lastAnimationTime=0,
|
46
|
+
touchSelectors=[],
|
47
|
+
publicObj={},
|
48
|
+
extensions=$.jQTouch.prototype.extensions,
|
49
|
+
defaultAnimations=['slide','flip','slideup','swap','cube','pop','dissolve','fade','back'],
|
50
|
+
animations=[],
|
51
|
+
hairextensions='';
|
52
|
+
|
53
|
+
// Get the party started
|
54
|
+
init(options);
|
55
|
+
|
56
|
+
function init(options) {
|
57
|
+
|
58
|
+
var defaults = {
|
59
|
+
addGlossToIcon: true,
|
60
|
+
backSelector: '.back, .cancel, .goback',
|
61
|
+
cacheGetRequests: true,
|
62
|
+
cubeSelector: '.cube',
|
63
|
+
dissolveSelector: '.dissolve',
|
64
|
+
fadeSelector: '.fade',
|
65
|
+
fixedViewport: true,
|
66
|
+
flipSelector: '.flip',
|
67
|
+
formSelector: 'form',
|
68
|
+
fullScreen: true,
|
69
|
+
fullScreenClass: 'fullscreen',
|
70
|
+
icon: null,
|
71
|
+
touchSelector: 'a, .touch',
|
72
|
+
popSelector: '.pop',
|
73
|
+
preloadImages: false,
|
74
|
+
slideSelector: 'body > * > ul li a',
|
75
|
+
slideupSelector: '.slideup',
|
76
|
+
startupScreen: null,
|
77
|
+
statusBar: 'default', // other options: black-translucent, black
|
78
|
+
submitSelector: '.submit',
|
79
|
+
swapSelector: '.swap',
|
80
|
+
useAnimations: true,
|
81
|
+
useFastTouch: true // Experimental.
|
82
|
+
};
|
83
|
+
jQTSettings = $.extend({}, defaults, options);
|
84
|
+
|
85
|
+
// Preload images
|
86
|
+
if (jQTSettings.preloadImages) {
|
87
|
+
for (var i = jQTSettings.preloadImages.length - 1; i >= 0; i--){
|
88
|
+
(new Image()).src = jQTSettings.preloadImages[i];
|
89
|
+
};
|
90
|
+
}
|
91
|
+
// Set icon
|
92
|
+
if (jQTSettings.icon) {
|
93
|
+
var precomposed = (jQTSettings.addGlossToIcon) ? '' : '-precomposed';
|
94
|
+
hairextensions += '<link rel="apple-touch-icon' + precomposed + '" href="' + jQTSettings.icon + '" />';
|
95
|
+
}
|
96
|
+
// Set startup screen
|
97
|
+
if (jQTSettings.startupScreen) {
|
98
|
+
hairextensions += '<link rel="apple-touch-startup-image" href="' + jQTSettings.startupScreen + '" />';
|
99
|
+
}
|
100
|
+
// Set viewport
|
101
|
+
if (jQTSettings.fixedViewport) {
|
102
|
+
hairextensions += '<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;"/>';
|
103
|
+
}
|
104
|
+
// Set full-screen
|
105
|
+
if (jQTSettings.fullScreen) {
|
106
|
+
hairextensions += '<meta name="apple-mobile-web-app-capable" content="yes" />';
|
107
|
+
if (jQTSettings.statusBar) {
|
108
|
+
hairextensions += '<meta name="apple-mobile-web-app-status-bar-style" content="' + jQTSettings.statusBar + '" />';
|
109
|
+
}
|
110
|
+
}
|
111
|
+
if (hairextensions) $head.append(hairextensions);
|
112
|
+
|
113
|
+
// Initialize on document load:
|
114
|
+
$(document).ready(function(){
|
115
|
+
|
116
|
+
// Add extensions
|
117
|
+
for (var i in extensions)
|
118
|
+
{
|
119
|
+
var fn = extensions[i];
|
120
|
+
if ($.isFunction(fn))
|
121
|
+
{
|
122
|
+
$.extend(publicObj, fn(publicObj));
|
123
|
+
}
|
124
|
+
}
|
125
|
+
|
126
|
+
// Add animations
|
127
|
+
for (var i in defaultAnimations)
|
128
|
+
{
|
129
|
+
var name = defaultAnimations[i];
|
130
|
+
var selector = jQTSettings[name + 'Selector'];
|
131
|
+
if (typeof(selector) == 'string') {
|
132
|
+
addAnimation({name:name, selector:selector});
|
133
|
+
}
|
134
|
+
}
|
135
|
+
|
136
|
+
touchSelectors.push('input');
|
137
|
+
touchSelectors.push(jQTSettings.touchSelector);
|
138
|
+
touchSelectors.push(jQTSettings.backSelector);
|
139
|
+
touchSelectors.push(jQTSettings.submitSelector);
|
140
|
+
$(touchSelectors.join(', ')).css('-webkit-touch-callout', 'none');
|
141
|
+
$(jQTSettings.backSelector).tap(liveTap);
|
142
|
+
$(jQTSettings.submitSelector).tap(submitParentForm);
|
143
|
+
|
144
|
+
$body = $('body');
|
145
|
+
|
146
|
+
if (jQTSettings.fullScreenClass && window.navigator.standalone == true) {
|
147
|
+
$body.addClass(jQTSettings.fullScreenClass + ' ' + jQTSettings.statusBar);
|
148
|
+
}
|
149
|
+
|
150
|
+
// Create custom live events
|
151
|
+
$body
|
152
|
+
.bind('touchstart', handleTouch)
|
153
|
+
.bind('orientationchange', updateOrientation)
|
154
|
+
.trigger('orientationchange')
|
155
|
+
.submit(submitForm);
|
156
|
+
|
157
|
+
if (jQTSettings.useFastTouch && $.support.touch)
|
158
|
+
{
|
159
|
+
$body.click(function(e){
|
160
|
+
var $el = $(e.target);
|
161
|
+
if ($el.attr('target') == '_blank' || $el.attr('rel') == 'external' || $el.is('input[type="checkbox"]'))
|
162
|
+
{
|
163
|
+
return true;
|
164
|
+
} else {
|
165
|
+
return false;
|
166
|
+
}
|
167
|
+
});
|
168
|
+
|
169
|
+
// This additionally gets rid of form focusses
|
170
|
+
$body.mousedown(function(e){
|
171
|
+
var timeDiff = (new Date()).getTime() - lastAnimationTime;
|
172
|
+
if (timeDiff < 200)
|
173
|
+
{
|
174
|
+
return false;
|
175
|
+
}
|
176
|
+
});
|
177
|
+
}
|
178
|
+
|
179
|
+
// Make sure exactly one child of body has "current" class
|
180
|
+
if ($('body > .current').length == 0) {
|
181
|
+
currentPage = $('body > *:first');
|
182
|
+
} else {
|
183
|
+
currentPage = $('body > .current:first');
|
184
|
+
$('body > .current').removeClass('current');
|
185
|
+
}
|
186
|
+
|
187
|
+
// Go to the top of the "current" page
|
188
|
+
$(currentPage).addClass('current');
|
189
|
+
location.hash = $(currentPage).attr('id');
|
190
|
+
addPageToHistory(currentPage);
|
191
|
+
scrollTo(0, 0);
|
192
|
+
dumbLoopStart();
|
193
|
+
});
|
194
|
+
}
|
195
|
+
|
196
|
+
// PUBLIC FUNCTIONS
|
197
|
+
function goBack(to) {
|
198
|
+
// Init the param
|
199
|
+
if (hist.length > 1) {
|
200
|
+
var numberOfPages = Math.min(parseInt(to || 1, 10), hist.length-1);
|
201
|
+
|
202
|
+
// Search through the history for an ID
|
203
|
+
if( isNaN(numberOfPages) && typeof(to) === "string" && to != '#' ) {
|
204
|
+
for( var i=1, length=hist.length; i < length; i++ ) {
|
205
|
+
if( '#' + hist[i].id === to ) {
|
206
|
+
numberOfPages = i;
|
207
|
+
break;
|
208
|
+
}
|
209
|
+
}
|
210
|
+
}
|
211
|
+
|
212
|
+
// If still nothing, assume one
|
213
|
+
if( isNaN(numberOfPages) || numberOfPages < 1 ) {
|
214
|
+
numberOfPages = 1;
|
215
|
+
};
|
216
|
+
|
217
|
+
// Grab the current page for the "from" info
|
218
|
+
var animation = hist[0].animation;
|
219
|
+
var fromPage = hist[0].page;
|
220
|
+
|
221
|
+
// Remove all pages in front of the target page
|
222
|
+
hist.splice(0, numberOfPages);
|
223
|
+
|
224
|
+
// Grab the target page
|
225
|
+
var toPage = hist[0].page;
|
226
|
+
|
227
|
+
// Make the animations
|
228
|
+
animatePages(fromPage, toPage, animation, true);
|
229
|
+
|
230
|
+
return publicObj;
|
231
|
+
} else {
|
232
|
+
console.error('No pages in history.');
|
233
|
+
return false;
|
234
|
+
}
|
235
|
+
}
|
236
|
+
function goTo(toPage, animation) {
|
237
|
+
var fromPage = hist[0].page;
|
238
|
+
|
239
|
+
if (typeof(toPage) === 'string') {
|
240
|
+
toPage = $(toPage);
|
241
|
+
}
|
242
|
+
if (typeof(animation) === 'string') {
|
243
|
+
for (var i = animations.length - 1; i >= 0; i--){
|
244
|
+
if (animations[i].name === animation)
|
245
|
+
{
|
246
|
+
animation = animations[i];
|
247
|
+
break;
|
248
|
+
}
|
249
|
+
}
|
250
|
+
}
|
251
|
+
if (animatePages(fromPage, toPage, animation)) {
|
252
|
+
addPageToHistory(toPage, animation);
|
253
|
+
return publicObj;
|
254
|
+
}
|
255
|
+
else
|
256
|
+
{
|
257
|
+
console.error('Could not animate pages.');
|
258
|
+
return false;
|
259
|
+
}
|
260
|
+
}
|
261
|
+
function getOrientation() {
|
262
|
+
return orientation;
|
263
|
+
}
|
264
|
+
|
265
|
+
// PRIVATE FUNCTIONS
|
266
|
+
function liveTap(e){
|
267
|
+
|
268
|
+
// Grab the clicked element
|
269
|
+
var $el = $(e.target);
|
270
|
+
|
271
|
+
if ($el.attr('nodeName')!=='A'){
|
272
|
+
$el = $el.parent('a');
|
273
|
+
}
|
274
|
+
|
275
|
+
var target = $el.attr('target'),
|
276
|
+
hash = $el.attr('hash'),
|
277
|
+
animation=null;
|
278
|
+
|
279
|
+
if (tapReady == false || !$el.length) {
|
280
|
+
console.warn('Not able to tap element.')
|
281
|
+
return false;
|
282
|
+
}
|
283
|
+
|
284
|
+
if ($el.attr('target') == '_blank' || $el.attr('rel') == 'external')
|
285
|
+
{
|
286
|
+
return true;
|
287
|
+
}
|
288
|
+
|
289
|
+
// Figure out the animation to use
|
290
|
+
for (var i = animations.length - 1; i >= 0; i--){
|
291
|
+
if ($el.is(animations[i].selector)) {
|
292
|
+
animation = animations[i];
|
293
|
+
break;
|
294
|
+
}
|
295
|
+
};
|
296
|
+
|
297
|
+
// User clicked an internal link, fullscreen mode
|
298
|
+
if (target == '_webapp') {
|
299
|
+
window.location = $el.attr('href');
|
300
|
+
}
|
301
|
+
// User clicked a back button
|
302
|
+
else if ($el.is(jQTSettings.backSelector)) {
|
303
|
+
goBack(hash);
|
304
|
+
}
|
305
|
+
// Branch on internal or external href
|
306
|
+
else if (hash && hash!='#') {
|
307
|
+
$el.addClass('active');
|
308
|
+
goTo($(hash).data('referrer', $el), animation);
|
309
|
+
} else {
|
310
|
+
$el.addClass('loading active');
|
311
|
+
showPageByHref($el.attr('href'), {
|
312
|
+
animation: animation,
|
313
|
+
callback: function(){
|
314
|
+
$el.removeClass('loading'); setTimeout($.fn.unselect, 250, $el);
|
315
|
+
},
|
316
|
+
$referrer: $el
|
317
|
+
});
|
318
|
+
}
|
319
|
+
return false;
|
320
|
+
}
|
321
|
+
function addPageToHistory(page, animation) {
|
322
|
+
// Grab some info
|
323
|
+
var pageId = page.attr('id');
|
324
|
+
|
325
|
+
// Prepend info to page history
|
326
|
+
hist.unshift({
|
327
|
+
page: page,
|
328
|
+
animation: animation,
|
329
|
+
id: pageId
|
330
|
+
});
|
331
|
+
}
|
332
|
+
function animatePages(fromPage, toPage, animation, backwards) {
|
333
|
+
// Error check for target page
|
334
|
+
if(toPage.length === 0){
|
335
|
+
$.fn.unselect();
|
336
|
+
console.error('Target element is missing.');
|
337
|
+
return false;
|
338
|
+
}
|
339
|
+
|
340
|
+
// Collapse the keyboard
|
341
|
+
$(':focus').blur();
|
342
|
+
|
343
|
+
// Make sure we are scrolled up to hide location bar
|
344
|
+
scrollTo(0, 0);
|
345
|
+
|
346
|
+
// Define callback to run after animation completes
|
347
|
+
var callback = function(event){
|
348
|
+
|
349
|
+
if (animation)
|
350
|
+
{
|
351
|
+
toPage.removeClass('in reverse ' + animation.name);
|
352
|
+
fromPage.removeClass('current out reverse ' + animation.name);
|
353
|
+
}
|
354
|
+
else
|
355
|
+
{
|
356
|
+
fromPage.removeClass('current');
|
357
|
+
}
|
358
|
+
|
359
|
+
toPage.trigger('pageAnimationEnd', { direction: 'in' });
|
360
|
+
fromPage.trigger('pageAnimationEnd', { direction: 'out' });
|
361
|
+
|
362
|
+
clearInterval(dumbLoop);
|
363
|
+
currentPage = toPage;
|
364
|
+
location.hash = currentPage.attr('id');
|
365
|
+
dumbLoopStart();
|
366
|
+
|
367
|
+
var $originallink = toPage.data('referrer');
|
368
|
+
if ($originallink) {
|
369
|
+
$originallink.unselect();
|
370
|
+
}
|
371
|
+
lastAnimationTime = (new Date()).getTime();
|
372
|
+
tapReady = true;
|
373
|
+
}
|
374
|
+
|
375
|
+
fromPage.trigger('pageAnimationStart', { direction: 'out' });
|
376
|
+
toPage.trigger('pageAnimationStart', { direction: 'in' });
|
377
|
+
|
378
|
+
if ($.support.WebKitAnimationEvent && animation && jQTSettings.useAnimations) {
|
379
|
+
toPage.one('webkitAnimationEnd', callback);
|
380
|
+
tapReady = false;
|
381
|
+
toPage.addClass(animation.name + ' in current ' + (backwards ? ' reverse' : ''));
|
382
|
+
fromPage.addClass(animation.name + ' out' + (backwards ? ' reverse' : ''));
|
383
|
+
} else {
|
384
|
+
toPage.addClass('current');
|
385
|
+
callback();
|
386
|
+
}
|
387
|
+
|
388
|
+
return true;
|
389
|
+
}
|
390
|
+
function dumbLoopStart() {
|
391
|
+
dumbLoop = setInterval(function(){
|
392
|
+
var curid = currentPage.attr('id');
|
393
|
+
if (location.hash == '') {
|
394
|
+
location.hash = '#' + curid;
|
395
|
+
} else if (location.hash != '#' + curid) {
|
396
|
+
try {
|
397
|
+
goBack(location.hash)
|
398
|
+
} catch(e) {
|
399
|
+
console.error('Unknown hash change.');
|
400
|
+
}
|
401
|
+
}
|
402
|
+
}, 100);
|
403
|
+
}
|
404
|
+
function insertPages(nodes, animation) {
|
405
|
+
var targetPage = null;
|
406
|
+
$(nodes).each(function(index, node){
|
407
|
+
var $node = $(this);
|
408
|
+
if (!$node.attr('id')) {
|
409
|
+
$node.attr('id', 'page-' + (++newPageCount));
|
410
|
+
}
|
411
|
+
$node.appendTo($body);
|
412
|
+
if ($node.hasClass('current') || !targetPage ) {
|
413
|
+
targetPage = $node;
|
414
|
+
}
|
415
|
+
});
|
416
|
+
if (targetPage !== null) {
|
417
|
+
goTo(targetPage, animation);
|
418
|
+
return targetPage;
|
419
|
+
}
|
420
|
+
else
|
421
|
+
{
|
422
|
+
return false;
|
423
|
+
}
|
424
|
+
}
|
425
|
+
function showPageByHref(href, options) {
|
426
|
+
var defaults = {
|
427
|
+
data: null,
|
428
|
+
method: 'GET',
|
429
|
+
animation: null,
|
430
|
+
callback: null,
|
431
|
+
$referrer: null
|
432
|
+
};
|
433
|
+
|
434
|
+
var settings = $.extend({}, defaults, options);
|
435
|
+
|
436
|
+
if (href != '#')
|
437
|
+
{
|
438
|
+
$.ajax({
|
439
|
+
url: href,
|
440
|
+
data: settings.data,
|
441
|
+
type: settings.method,
|
442
|
+
success: function (data, textStatus) {
|
443
|
+
var firstPage = insertPages(data, settings.animation);
|
444
|
+
if (firstPage)
|
445
|
+
{
|
446
|
+
if (settings.method == 'GET' && jQTSettings.cacheGetRequests && settings.$referrer)
|
447
|
+
{
|
448
|
+
settings.$referrer.attr('href', '#' + firstPage.attr('id'));
|
449
|
+
}
|
450
|
+
if (settings.callback) {
|
451
|
+
settings.callback(true);
|
452
|
+
}
|
453
|
+
}
|
454
|
+
},
|
455
|
+
error: function (data) {
|
456
|
+
if (settings.$referrer) settings.$referrer.unselect();
|
457
|
+
if (settings.callback) {
|
458
|
+
settings.callback(false);
|
459
|
+
}
|
460
|
+
}
|
461
|
+
});
|
462
|
+
}
|
463
|
+
else if ($referrer)
|
464
|
+
{
|
465
|
+
$referrer.unselect();
|
466
|
+
}
|
467
|
+
}
|
468
|
+
function submitForm(e, callback){
|
469
|
+
var $form = (typeof(e)==='string') ? $(e) : $(e.target);
|
470
|
+
|
471
|
+
if ($form.length && $form.is(jQTSettings.formSelector) && $form.attr('action')) {
|
472
|
+
showPageByHref($form.attr('action'), {
|
473
|
+
data: $form.serialize(),
|
474
|
+
method: $form.attr('method') || "POST",
|
475
|
+
animation: animations[0] || null,
|
476
|
+
callback: callback
|
477
|
+
});
|
478
|
+
return false;
|
479
|
+
}
|
480
|
+
return true;
|
481
|
+
}
|
482
|
+
function submitParentForm(e){
|
483
|
+
var $form = $(this).closest('form');
|
484
|
+
if ($form.length)
|
485
|
+
{
|
486
|
+
evt = jQuery.Event("submit");
|
487
|
+
evt.preventDefault();
|
488
|
+
$form.trigger(evt);
|
489
|
+
return false;
|
490
|
+
}
|
491
|
+
return true;
|
492
|
+
}
|
493
|
+
function addAnimation(animation) {
|
494
|
+
if (typeof(animation.selector) == 'string' && typeof(animation.name) == 'string') {
|
495
|
+
animations.push(animation);
|
496
|
+
$(animation.selector).tap(liveTap);
|
497
|
+
touchSelectors.push(animation.selector);
|
498
|
+
}
|
499
|
+
}
|
500
|
+
function updateOrientation() {
|
501
|
+
orientation = window.innerWidth < window.innerHeight ? 'profile' : 'landscape';
|
502
|
+
$body.removeClass('profile landscape').addClass(orientation).trigger('turn', {orientation: orientation});
|
503
|
+
// scrollTo(0, 0);
|
504
|
+
}
|
505
|
+
function handleTouch(e) {
|
506
|
+
|
507
|
+
var $el = $(e.target);
|
508
|
+
|
509
|
+
// Only handle touchSelectors
|
510
|
+
if (!$(e.target).is(touchSelectors.join(', ')))
|
511
|
+
{
|
512
|
+
var $link = $(e.target).closest('a');
|
513
|
+
|
514
|
+
if ($link.length){
|
515
|
+
$el = $link;
|
516
|
+
} else {
|
517
|
+
return;
|
518
|
+
}
|
519
|
+
}
|
520
|
+
if (event)
|
521
|
+
{
|
522
|
+
var hoverTimeout = null,
|
523
|
+
startX = event.changedTouches[0].clientX,
|
524
|
+
startY = event.changedTouches[0].clientY,
|
525
|
+
startTime = (new Date).getTime(),
|
526
|
+
deltaX = 0,
|
527
|
+
deltaY = 0,
|
528
|
+
deltaT = 0;
|
529
|
+
|
530
|
+
// Let's bind these after the fact, so we can keep some internal values
|
531
|
+
$el.bind('touchmove', touchmove).bind('touchend', touchend);
|
532
|
+
|
533
|
+
hoverTimeout = setTimeout(function(){
|
534
|
+
$el.makeActive();
|
535
|
+
}, 100);
|
536
|
+
|
537
|
+
}
|
538
|
+
|
539
|
+
// Private touch functions (TODO: insert dirty joke)
|
540
|
+
function touchmove(e) {
|
541
|
+
|
542
|
+
updateChanges();
|
543
|
+
var absX = Math.abs(deltaX);
|
544
|
+
var absY = Math.abs(deltaY);
|
545
|
+
|
546
|
+
// Check for swipe
|
547
|
+
if (absX > absY && (absX > 35) && deltaT < 1000) {
|
548
|
+
$el.trigger('swipe', {direction: (deltaX < 0) ? 'left' : 'right'}).unbind('touchmove touchend');
|
549
|
+
} else if (absY > 1) {
|
550
|
+
$el.removeClass('active');
|
551
|
+
}
|
552
|
+
|
553
|
+
clearTimeout(hoverTimeout);
|
554
|
+
}
|
555
|
+
|
556
|
+
function touchend(){
|
557
|
+
updateChanges();
|
558
|
+
|
559
|
+
if (deltaY === 0 && deltaX === 0) {
|
560
|
+
$el.makeActive();
|
561
|
+
// New approach:
|
562
|
+
// Fake the double click?
|
563
|
+
// TODO: Try with all click events (no tap)
|
564
|
+
// if (deltaT < 40)
|
565
|
+
// {
|
566
|
+
// setTimeout(function(){
|
567
|
+
// $el.trigger('touchstart')
|
568
|
+
// .trigger('touchend');
|
569
|
+
// }, 0);
|
570
|
+
// }
|
571
|
+
$el.trigger('tap');
|
572
|
+
} else {
|
573
|
+
$el.removeClass('active');
|
574
|
+
}
|
575
|
+
$el.unbind('touchmove touchend');
|
576
|
+
clearTimeout(hoverTimeout);
|
577
|
+
}
|
578
|
+
|
579
|
+
function updateChanges(){
|
580
|
+
var first = event.changedTouches[0] || null;
|
581
|
+
deltaX = first.pageX - startX;
|
582
|
+
deltaY = first.pageY - startY;
|
583
|
+
deltaT = (new Date).getTime() - startTime;
|
584
|
+
}
|
585
|
+
|
586
|
+
} // End touch handler
|
587
|
+
|
588
|
+
// Public jQuery Fns
|
589
|
+
$.fn.unselect = function(obj) {
|
590
|
+
if (obj) {
|
591
|
+
obj.removeClass('active');
|
592
|
+
} else {
|
593
|
+
$('.active').removeClass('active');
|
594
|
+
}
|
595
|
+
}
|
596
|
+
$.fn.makeActive = function(){
|
597
|
+
return $(this).addClass('active');
|
598
|
+
}
|
599
|
+
$.fn.swipe = function(fn) {
|
600
|
+
if ($.isFunction(fn))
|
601
|
+
{
|
602
|
+
return this.each(function(i, el){
|
603
|
+
$(el).bind('swipe', fn);
|
604
|
+
});
|
605
|
+
}
|
606
|
+
}
|
607
|
+
$.fn.tap = function(fn){
|
608
|
+
if ($.isFunction(fn))
|
609
|
+
{
|
610
|
+
var tapEvent = (jQTSettings.useFastTouch && $.support.touch) ? 'tap' : 'click';
|
611
|
+
return $(this).live(tapEvent, fn);
|
612
|
+
} else {
|
613
|
+
$(this).trigger('tap');
|
614
|
+
}
|
615
|
+
}
|
616
|
+
|
617
|
+
publicObj = {
|
618
|
+
getOrientation: getOrientation,
|
619
|
+
goBack: goBack,
|
620
|
+
goTo: goTo,
|
621
|
+
addAnimation: addAnimation,
|
622
|
+
submitForm: submitForm
|
623
|
+
}
|
624
|
+
|
625
|
+
return publicObj;
|
626
|
+
}
|
627
|
+
|
628
|
+
// Extensions directly manipulate the jQTouch object, before it's initialized.
|
629
|
+
$.jQTouch.prototype.extensions = [];
|
630
|
+
$.jQTouch.addExtension = function(extension){
|
631
|
+
$.jQTouch.prototype.extensions.push(extension);
|
632
|
+
}
|
633
|
+
|
634
|
+
})(jQuery);
|
635
|
+
|
636
|
+
/*
|
637
|
+
|
638
|
+
_/ _/_/ _/_/_/_/_/ _/
|
639
|
+
_/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
|
640
|
+
_/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
|
641
|
+
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
|
642
|
+
_/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
|
643
|
+
_/
|
644
|
+
_/
|
645
|
+
|
646
|
+
Created by David Kaneda <http://www.davidkaneda.com>
|
647
|
+
Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
|
648
|
+
|
649
|
+
Special thanks to Jonathan Stark <http://jonathanstark.com/>
|
650
|
+
and pinch/zoom <http://www.pinchzoom.com/>
|
651
|
+
|
652
|
+
(c) 2009 by jQTouch project members.
|
653
|
+
See LICENSE.txt for license.
|
654
|
+
|
655
|
+
*/
|
656
|
+
|
657
|
+
(function($) {
|
658
|
+
|
659
|
+
$.fn.transition = function(css, options) {
|
660
|
+
return this.each(function(){
|
661
|
+
var $el = $(this);
|
662
|
+
var defaults = {
|
663
|
+
speed : '300ms',
|
664
|
+
callback: null,
|
665
|
+
ease: 'ease-in-out'
|
666
|
+
};
|
667
|
+
var settings = $.extend({}, defaults, options);
|
668
|
+
if(settings.speed === 0) {
|
669
|
+
$el.css(css);
|
670
|
+
window.setTimeout(settings.callback, 0);
|
671
|
+
} else {
|
672
|
+
if ($.browser.safari)
|
673
|
+
{
|
674
|
+
var s = [];
|
675
|
+
for(var i in css) {
|
676
|
+
s.push(i);
|
677
|
+
}
|
678
|
+
$el.css({
|
679
|
+
webkitTransitionProperty: s.join(", "),
|
680
|
+
webkitTransitionDuration: settings.speed,
|
681
|
+
webkitTransitionTimingFunction: settings.ease
|
682
|
+
});
|
683
|
+
if (settings.callback) {
|
684
|
+
$el.one('webkitTransitionEnd', settings.callback);
|
685
|
+
}
|
686
|
+
setTimeout(function(el){ el.css(css) }, 0, $el);
|
687
|
+
}
|
688
|
+
else
|
689
|
+
{
|
690
|
+
$el.animate(css, settings.speed, settings.callback);
|
691
|
+
}
|
692
|
+
}
|
693
|
+
});
|
694
|
+
}
|
695
|
+
})(jQuery);
|
696
|
+
|
697
|
+
/*
|
698
|
+
|
699
|
+
_/ _/_/ _/_/_/_/_/ _/
|
700
|
+
_/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
|
701
|
+
_/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
|
702
|
+
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
|
703
|
+
_/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
|
704
|
+
_/
|
705
|
+
_/
|
706
|
+
|
707
|
+
Created by David Kaneda <http://www.davidkaneda.com>
|
708
|
+
Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
|
709
|
+
|
710
|
+
Special thanks to Jonathan Stark <http://jonathanstark.com/>
|
711
|
+
and pinch/zoom <http://www.pinchzoom.com/>
|
712
|
+
|
713
|
+
(c) 2009 by jQTouch project members.
|
714
|
+
See LICENSE.txt for license.
|
715
|
+
|
716
|
+
*/
|
717
|
+
|
718
|
+
(function($) {
|
719
|
+
if ($.jQTouch)
|
720
|
+
{
|
721
|
+
$.jQTouch.addExtension(function AutoTitles(jQT){
|
722
|
+
|
723
|
+
var titleSelector='.toolbar h1';
|
724
|
+
|
725
|
+
$(function(){
|
726
|
+
$('body').bind('pageAnimationStart', function(e, data){
|
727
|
+
if (data.direction === 'in'){
|
728
|
+
var $title = $(titleSelector, $(e.target));
|
729
|
+
var $ref = $(e.target).data('referrer');
|
730
|
+
if ($title.length && $ref){
|
731
|
+
$title.html($ref.text());
|
732
|
+
}
|
733
|
+
}
|
734
|
+
});
|
735
|
+
});
|
736
|
+
|
737
|
+
function setTitleSelector(ts){
|
738
|
+
titleSelector=ts;
|
739
|
+
}
|
740
|
+
|
741
|
+
return {
|
742
|
+
setTitleSelector: setTitleSelector
|
743
|
+
}
|
744
|
+
|
745
|
+
});
|
746
|
+
}
|
747
|
+
})(jQuery);
|
748
|
+
|
749
|
+
/*
|
750
|
+
|
751
|
+
_/ _/_/ _/_/_/_/_/ _/
|
752
|
+
_/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
|
753
|
+
_/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
|
754
|
+
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
|
755
|
+
_/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
|
756
|
+
_/
|
757
|
+
_/
|
758
|
+
|
759
|
+
Created by David Kaneda <http://www.davidkaneda.com>
|
760
|
+
Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
|
761
|
+
|
762
|
+
Special thanks to Jonathan Stark <http://jonathanstark.com/>
|
763
|
+
and pinch/zoom <http://www.pinchzoom.com/>
|
764
|
+
|
765
|
+
(c) 2009 by jQTouch project members.
|
766
|
+
See LICENSE.txt for license.
|
767
|
+
|
768
|
+
*/
|
769
|
+
|
770
|
+
(function($) {
|
771
|
+
if ($.jQTouch)
|
772
|
+
{
|
773
|
+
$.jQTouch.addExtension(function Floaty(jQT){
|
774
|
+
|
775
|
+
$.fn.makeFloaty = function(options){
|
776
|
+
var defaults = {
|
777
|
+
align: 'top',
|
778
|
+
spacing: 20,
|
779
|
+
time: '.3s'
|
780
|
+
}
|
781
|
+
var settings = $.extend({}, defaults, options);
|
782
|
+
settings.align = (settings.align == 'top') ? 'top' : 'bottom';
|
783
|
+
|
784
|
+
return this.each(function(){
|
785
|
+
var $el = $(this);
|
786
|
+
|
787
|
+
$el.css({
|
788
|
+
'-webkit-transition': 'top ' + settings.time + ' ease-in-out',
|
789
|
+
'display': 'block',
|
790
|
+
'min-height': '0 !important'
|
791
|
+
}).data('settings', settings);
|
792
|
+
|
793
|
+
$(document).bind('scroll', function(){
|
794
|
+
if ($el.data('floatyVisible') === true)
|
795
|
+
{
|
796
|
+
$el.scrollFloaty();
|
797
|
+
}
|
798
|
+
});
|
799
|
+
$el.scrollFloaty();
|
800
|
+
});
|
801
|
+
}
|
802
|
+
|
803
|
+
$.fn.scrollFloaty = function(){
|
804
|
+
return this.each(function(){
|
805
|
+
var $el = $(this);
|
806
|
+
var settings = $el.data('settings');
|
807
|
+
var wHeight = $('html').attr('clientHeight'); // WRONG
|
808
|
+
|
809
|
+
var newY = window.pageYOffset +
|
810
|
+
((settings.align == 'top') ?
|
811
|
+
settings.spacing : wHeight - settings.spacing - $el.get(0).offsetHeight);
|
812
|
+
|
813
|
+
$el.css('top', newY).data('floatyVisible', true);
|
814
|
+
});
|
815
|
+
}
|
816
|
+
|
817
|
+
$.fn.hideFloaty = function(){
|
818
|
+
return this.each(function(){
|
819
|
+
var $el = $(this);
|
820
|
+
var oh = $el.get(0).offsetHeight;
|
821
|
+
|
822
|
+
$el.css('top', -oh-10).data('floatyVisible', false);
|
823
|
+
});
|
824
|
+
}
|
825
|
+
|
826
|
+
$.fn.toggleFloaty = function(){
|
827
|
+
return this.each(function(){
|
828
|
+
var $el = $(this);
|
829
|
+
if ($el.data('floatyVisible') === true){
|
830
|
+
$el.hideFloaty();
|
831
|
+
}
|
832
|
+
else
|
833
|
+
{
|
834
|
+
$el.scrollFloaty();
|
835
|
+
}
|
836
|
+
});
|
837
|
+
}
|
838
|
+
});
|
839
|
+
}
|
840
|
+
})(jQuery);
|
841
|
+
|
842
|
+
/*
|
843
|
+
|
844
|
+
_/ _/_/ _/_/_/_/_/ _/
|
845
|
+
_/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
|
846
|
+
_/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
|
847
|
+
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
|
848
|
+
_/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
|
849
|
+
_/
|
850
|
+
_/
|
851
|
+
|
852
|
+
Created by David Kaneda <http://www.davidkaneda.com>
|
853
|
+
Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
|
854
|
+
|
855
|
+
Special thanks to Jonathan Stark <http://jonathanstark.com/>
|
856
|
+
and pinch/zoom <http://www.pinchzoom.com/>
|
857
|
+
|
858
|
+
(c) 2009 by jQTouch project members.
|
859
|
+
See LICENSE.txt for license.
|
860
|
+
|
861
|
+
*/
|
862
|
+
|
863
|
+
(function($) {
|
864
|
+
if ($.jQTouch)
|
865
|
+
{
|
866
|
+
$.jQTouch.addExtension(function Location(){
|
867
|
+
|
868
|
+
var latitude, longitude, callback;
|
869
|
+
|
870
|
+
function checkGeoLocation() {
|
871
|
+
return navigator.geolocation;
|
872
|
+
}
|
873
|
+
function updateLocation(fn) {
|
874
|
+
if (checkGeoLocation())
|
875
|
+
{
|
876
|
+
callback = fn;
|
877
|
+
navigator.geolocation.getCurrentPosition(savePosition);
|
878
|
+
return true;
|
879
|
+
} else {
|
880
|
+
console.log('Device not capable of geo-location.');
|
881
|
+
fn(false);
|
882
|
+
return false;
|
883
|
+
}
|
884
|
+
}
|
885
|
+
function savePosition(position) {
|
886
|
+
latitude = position.coords.latitude;
|
887
|
+
longitude = position.coords.longitude;
|
888
|
+
if (callback) {
|
889
|
+
callback(getLocation());
|
890
|
+
}
|
891
|
+
}
|
892
|
+
function getLocation() {
|
893
|
+
if (latitude && longitude) {
|
894
|
+
return {
|
895
|
+
latitude: latitude,
|
896
|
+
longitude: longitude
|
897
|
+
}
|
898
|
+
} else {
|
899
|
+
console.log('No location available. Try calling updateLocation() first.');
|
900
|
+
return false;
|
901
|
+
}
|
902
|
+
}
|
903
|
+
return {
|
904
|
+
updateLocation: updateLocation,
|
905
|
+
getLocation: getLocation
|
906
|
+
}
|
907
|
+
});
|
908
|
+
}
|
909
|
+
})(jQuery);
|
910
|
+
|
911
|
+
/*
|
912
|
+
|
913
|
+
_/ _/_/ _/_/_/_/_/ _/
|
914
|
+
_/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
|
915
|
+
_/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
|
916
|
+
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
|
917
|
+
_/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
|
918
|
+
_/
|
919
|
+
_/
|
920
|
+
|
921
|
+
Created by David Kaneda <http://www.davidkaneda.com>
|
922
|
+
Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
|
923
|
+
|
924
|
+
Special thanks to Jonathan Stark <http://jonathanstark.com/>
|
925
|
+
|
926
|
+
Lots of this code is specifically derived from Jonathan's book,
|
927
|
+
"Building iPhone Apps with HTML, CSS, and JavaScript"
|
928
|
+
|
929
|
+
(c) 2009 by jQTouch project members.
|
930
|
+
See LICENSE.txt for license.
|
931
|
+
|
932
|
+
*/
|
933
|
+
|
934
|
+
(function($) {
|
935
|
+
if ($.jQTouch)
|
936
|
+
{
|
937
|
+
$.jQTouch.addExtension(function Offline(){
|
938
|
+
|
939
|
+
// Convenience array of status values
|
940
|
+
var cacheStatusValues = [];
|
941
|
+
cacheStatusValues[0] = 'uncached';
|
942
|
+
cacheStatusValues[1] = 'idle';
|
943
|
+
cacheStatusValues[2] = 'checking';
|
944
|
+
cacheStatusValues[3] = 'downloading';
|
945
|
+
cacheStatusValues[4] = 'updateready';
|
946
|
+
cacheStatusValues[5] = 'obsolete';
|
947
|
+
|
948
|
+
// Listeners for all possible events
|
949
|
+
var cache = window.applicationCache;
|
950
|
+
cache.addEventListener('cached', logEvent, false);
|
951
|
+
cache.addEventListener('checking', logEvent, false);
|
952
|
+
cache.addEventListener('downloading', logEvent, false);
|
953
|
+
cache.addEventListener('error', logEvent, false);
|
954
|
+
cache.addEventListener('noupdate', logEvent, false);
|
955
|
+
cache.addEventListener('obsolete', logEvent, false);
|
956
|
+
cache.addEventListener('progress', logEvent, false);
|
957
|
+
cache.addEventListener('updateready', logEvent, false);
|
958
|
+
|
959
|
+
// Log every event to the console
|
960
|
+
function logEvent(e) {
|
961
|
+
var online, status, type, message;
|
962
|
+
online = (isOnline()) ? 'yes' : 'no';
|
963
|
+
status = cacheStatusValues[cache.status];
|
964
|
+
type = e.type;
|
965
|
+
message = 'online: ' + online;
|
966
|
+
message+= ', event: ' + type;
|
967
|
+
message+= ', status: ' + status;
|
968
|
+
if (type == 'error' && navigator.onLine) {
|
969
|
+
message+= ' There was an unknown error, check your Cache Manifest.';
|
970
|
+
}
|
971
|
+
console.log(message);
|
972
|
+
}
|
973
|
+
|
974
|
+
function isOnline() {
|
975
|
+
return navigator.onLine;
|
976
|
+
}
|
977
|
+
|
978
|
+
if (!$('html').attr('manifest')) {
|
979
|
+
console.log('No Cache Manifest listed on the <html> tag.')
|
980
|
+
}
|
981
|
+
|
982
|
+
// Swap in newly download files when update is ready
|
983
|
+
cache.addEventListener('updateready', function(e){
|
984
|
+
// Don't perform "swap" if this is the first cache
|
985
|
+
if (cacheStatusValues[cache.status] != 'idle') {
|
986
|
+
cache.swapCache();
|
987
|
+
console.log('Swapped/updated the Cache Manifest.');
|
988
|
+
}
|
989
|
+
}
|
990
|
+
, false);
|
991
|
+
|
992
|
+
// These two functions check for updates to the manifest file
|
993
|
+
function checkForUpdates(){
|
994
|
+
cache.update();
|
995
|
+
}
|
996
|
+
function autoCheckForUpdates(){
|
997
|
+
setInterval(function(){cache.update()}, 10000);
|
998
|
+
}
|
999
|
+
|
1000
|
+
return {
|
1001
|
+
isOnline: isOnline,
|
1002
|
+
checkForUpdates: checkForUpdates,
|
1003
|
+
autoCheckForUpdates: autoCheckForUpdates
|
1004
|
+
}
|
1005
|
+
});
|
1006
|
+
}
|
1007
|
+
})(jQuery);
|