postrest 0.0.3 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/app.rb +1 -1
- data/public/index.htm +116 -0
- data/public/node_modules/pivottable/CONTRIBUTING.md +19 -0
- data/public/node_modules/pivottable/LICENSE.md +9 -0
- data/public/node_modules/pivottable/ReadMe.md +155 -0
- data/public/node_modules/pivottable/bower.json +31 -0
- data/public/node_modules/pivottable/c3_renderers.coffee +155 -0
- data/public/node_modules/pivottable/d3_renderers.coffee +73 -0
- data/public/node_modules/pivottable/dist/c3_renderers.js +256 -0
- data/public/node_modules/pivottable/dist/c3_renderers.js.map +1 -0
- data/public/node_modules/pivottable/dist/c3_renderers.min.js +2 -0
- data/public/node_modules/pivottable/dist/c3_renderers.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/d3_renderers.js +105 -0
- data/public/node_modules/pivottable/dist/d3_renderers.js.map +1 -0
- data/public/node_modules/pivottable/dist/d3_renderers.min.js +2 -0
- data/public/node_modules/pivottable/dist/d3_renderers.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/export_renderers.js +80 -0
- data/public/node_modules/pivottable/dist/export_renderers.js.map +1 -0
- data/public/node_modules/pivottable/dist/export_renderers.min.js +2 -0
- data/public/node_modules/pivottable/dist/export_renderers.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/gchart_renderers.js +183 -0
- data/public/node_modules/pivottable/dist/gchart_renderers.js.map +1 -0
- data/public/node_modules/pivottable/dist/gchart_renderers.min.js +2 -0
- data/public/node_modules/pivottable/dist/gchart_renderers.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.css +97 -0
- data/public/node_modules/pivottable/dist/pivot.es.js +78 -0
- data/public/node_modules/pivottable/dist/pivot.es.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.es.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.es.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.fr.js +78 -0
- data/public/node_modules/pivottable/dist/pivot.fr.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.fr.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.fr.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.js +1511 -0
- data/public/node_modules/pivottable/dist/pivot.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.min.css +1 -0
- data/public/node_modules/pivottable/dist/pivot.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.nl.js +78 -0
- data/public/node_modules/pivottable/dist/pivot.nl.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.nl.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.nl.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.pt.js +104 -0
- data/public/node_modules/pivottable/dist/pivot.pt.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.pt.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.pt.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.ru.js +78 -0
- data/public/node_modules/pivottable/dist/pivot.ru.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.ru.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.ru.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.tr.js +104 -0
- data/public/node_modules/pivottable/dist/pivot.tr.js.map +1 -0
- data/public/node_modules/pivottable/dist/pivot.tr.min.js +2 -0
- data/public/node_modules/pivottable/dist/pivot.tr.min.js.map +1 -0
- data/public/node_modules/pivottable/dist/tips_data.min.js +247 -0
- data/public/node_modules/pivottable/examples/c3.html +61 -0
- data/public/node_modules/pivottable/examples/d3.html +49 -0
- data/public/node_modules/pivottable/examples/fully_loaded.html +80 -0
- data/public/node_modules/pivottable/examples/gchart.html +53 -0
- data/public/node_modules/pivottable/examples/gh-fork-ribbon.css +140 -0
- data/public/node_modules/pivottable/examples/gh-fork-ribbon.ie.css +78 -0
- data/public/node_modules/pivottable/examples/index.html +85 -0
- data/public/node_modules/pivottable/examples/local.html +74 -0
- data/public/node_modules/pivottable/examples/montreal_2014.csv +366 -0
- data/public/node_modules/pivottable/examples/montreal_2014.html +106 -0
- data/public/node_modules/pivottable/examples/mps.csv +309 -0
- data/public/node_modules/pivottable/examples/mps.html +45 -0
- data/public/node_modules/pivottable/examples/mps.json +1 -0
- data/public/node_modules/pivottable/examples/mps_agg.html +44 -0
- data/public/node_modules/pivottable/examples/mps_csv.html +42 -0
- data/public/node_modules/pivottable/examples/mps_export.html +44 -0
- data/public/node_modules/pivottable/examples/mps_fr.html +40 -0
- data/public/node_modules/pivottable/examples/mps_prepop.html +42 -0
- data/public/node_modules/pivottable/examples/onrefresh.html +52 -0
- data/public/node_modules/pivottable/examples/rcsvs.html +87 -0
- data/public/node_modules/pivottable/examples/scatter.html +53 -0
- data/public/node_modules/pivottable/examples/show_code.js +17 -0
- data/public/node_modules/pivottable/examples/simple.html +41 -0
- data/public/node_modules/pivottable/examples/simple_agg.html +51 -0
- data/public/node_modules/pivottable/examples/simple_function.html +57 -0
- data/public/node_modules/pivottable/examples/simple_ui.html +42 -0
- data/public/node_modules/pivottable/examples/simple_ui_from_table.html +60 -0
- data/public/node_modules/pivottable/export_renderers.coffee +57 -0
- data/public/node_modules/pivottable/gchart_renderers.coffee +111 -0
- data/public/node_modules/pivottable/gulpFile.js +95 -0
- data/public/node_modules/pivottable/images/animation.gif +0 -0
- data/public/node_modules/pivottable/images/filters.png +0 -0
- data/public/node_modules/pivottable/images/gender_age_bins.png +0 -0
- data/public/node_modules/pivottable/images/gender_imbalance.png +0 -0
- data/public/node_modules/pivottable/images/gender_imbalance_instructions.png +0 -0
- data/public/node_modules/pivottable/images/initial_state.png +0 -0
- data/public/node_modules/pivottable/images/province_x_party_heatmap.png +0 -0
- data/public/node_modules/pivottable/images/province_x_party_heatmap_instructions.png +0 -0
- data/public/node_modules/pivottable/images/simple.png +0 -0
- data/public/node_modules/pivottable/images/simple_ui.png +0 -0
- data/public/node_modules/pivottable/images/whats_what.png +0 -0
- data/public/node_modules/pivottable/index.html +14 -0
- data/public/node_modules/pivottable/node_modules/jquery/AUTHORS.txt +278 -0
- data/public/node_modules/pivottable/node_modules/jquery/LICENSE.txt +36 -0
- data/public/node_modules/pivottable/node_modules/jquery/README.md +65 -0
- data/public/node_modules/pivottable/node_modules/jquery/bower.json +14 -0
- data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.js +9842 -0
- data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.min.js +4 -0
- data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.min.map +1 -0
- data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.slim.js +7877 -0
- data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.slim.min.js +4 -0
- data/public/node_modules/pivottable/node_modules/jquery/dist/jquery.slim.min.map +1 -0
- data/public/node_modules/pivottable/node_modules/jquery/package.json +122 -0
- data/public/node_modules/pivottable/node_modules/jquery/sizzle/LICENSE.txt +36 -0
- data/public/node_modules/pivottable/node_modules/jquery/sizzle/dist/sizzle.js +2143 -0
- data/public/node_modules/pivottable/node_modules/jquery/sizzle/dist/sizzle.min.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/sizzle/dist/sizzle.min.map +1 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax.js +845 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/jsonp.js +100 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/load.js +83 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/parseJSON.js +13 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/parseXML.js +27 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/script.js +68 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/var/location.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/var/nonce.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/var/rquery.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/ajax/xhr.js +167 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/attributes.js +11 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/attributes/attr.js +142 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/attributes/classes.js +177 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/attributes/prop.js +125 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/attributes/support.js +36 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/attributes/val.js +177 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/callbacks.js +232 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core.js +494 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/DOMEval.js +14 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/access.js +65 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/init.js +134 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/parseHTML.js +41 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/ready.js +103 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/support.js +18 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/core/var/rsingleTag.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css.js +515 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/addGetHookIf.js +24 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/adjustCSS.js +65 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/curCSS.js +60 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/defaultDisplay.js +72 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/hiddenVisibleSelectors.js +18 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/showHide.js +48 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/support.js +121 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/var/cssExpand.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/var/getStyles.js +15 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/var/isHidden.js +16 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/var/rmargin.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/var/rnumnonpx.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/css/var/swap.js +24 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data.js +187 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data/Data.js +200 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data/accepts.js +20 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data/support.js +23 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data/var/acceptData.js +18 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data/var/dataPriv.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/data/var/dataUser.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/deferred.js +158 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/deferred/exceptionHook.js +19 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/deprecated.js +32 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/dimensions.js +54 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/effects.js +629 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/effects/Tween.js +121 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/effects/animatedSelector.js +13 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/effects/support.js +58 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/event.js +710 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/event/ajax.js +20 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/event/alias.js +27 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/event/focusin.js +53 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/event/support.js +9 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/event/trigger.js +199 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/exports/amd.js +24 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/exports/global.js +26 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/intro.js +44 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/jquery.js +37 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation.js +481 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/_evalUrl.js +20 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/buildFragment.js +102 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/createSafeFragment.js +20 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/getAll.js +21 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/setGlobalEval.js +20 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/support.js +33 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/nodeNames.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rcheckableType.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rleadingWhitespace.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rscriptType.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/var/rtagName.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/manipulation/wrapMap.js +27 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/offset.js +218 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/outro.js +2 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/queue.js +143 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/queue/delay.js +22 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/selector-native.js +211 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/selector-sizzle.js +14 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/selector.js +1 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/serialize.js +125 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/support.js +63 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/traversing.js +175 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/traversing/findFilter.js +100 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/traversing/var/dir.js +20 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/traversing/var/rneedsContext.js +6 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/traversing/var/siblings.js +15 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/arr.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/class2type.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/concat.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/deletedIds.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/document.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/documentElement.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/hasOwn.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/indexOf.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/pnum.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/push.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/rcssNum.js +7 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/rnotwhite.js +3 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/slice.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/support.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/var/toString.js +5 -0
- data/public/node_modules/pivottable/node_modules/jquery/src/wrap.js +79 -0
- data/public/node_modules/pivottable/package.json +70 -0
- data/public/node_modules/pivottable/pivot.coffee +957 -0
- data/public/node_modules/pivottable/pivot.es.coffee +57 -0
- data/public/node_modules/pivottable/pivot.fr.coffee +57 -0
- data/public/node_modules/pivottable/pivot.nl.coffee +55 -0
- data/public/node_modules/pivottable/pivot.pt.coffee +80 -0
- data/public/node_modules/pivottable/pivot.ru.coffee +56 -0
- data/public/node_modules/pivottable/pivot.tr.coffee +80 -0
- data/public/node_modules/pivottable/pivottable.jquery.json +33 -0
- data/public/node_modules/pivottable/tests/boot.js +152 -0
- data/public/node_modules/pivottable/tests/index.html +35 -0
- data/public/node_modules/pivottable/tests/pivot_spec.coffee +458 -0
- data/public/vendor.js +5 -0
- metadata +232 -1
@@ -0,0 +1,142 @@
|
|
1
|
+
define( [
|
2
|
+
"../core",
|
3
|
+
"../core/access",
|
4
|
+
"./support",
|
5
|
+
"../var/rnotwhite",
|
6
|
+
"../selector"
|
7
|
+
], function( jQuery, access, support, rnotwhite ) {
|
8
|
+
|
9
|
+
var boolHook,
|
10
|
+
attrHandle = jQuery.expr.attrHandle;
|
11
|
+
|
12
|
+
jQuery.fn.extend( {
|
13
|
+
attr: function( name, value ) {
|
14
|
+
return access( this, jQuery.attr, name, value, arguments.length > 1 );
|
15
|
+
},
|
16
|
+
|
17
|
+
removeAttr: function( name ) {
|
18
|
+
return this.each( function() {
|
19
|
+
jQuery.removeAttr( this, name );
|
20
|
+
} );
|
21
|
+
}
|
22
|
+
} );
|
23
|
+
|
24
|
+
jQuery.extend( {
|
25
|
+
attr: function( elem, name, value ) {
|
26
|
+
var ret, hooks,
|
27
|
+
nType = elem.nodeType;
|
28
|
+
|
29
|
+
// Don't get/set attributes on text, comment and attribute nodes
|
30
|
+
if ( nType === 3 || nType === 8 || nType === 2 ) {
|
31
|
+
return;
|
32
|
+
}
|
33
|
+
|
34
|
+
// Fallback to prop when attributes are not supported
|
35
|
+
if ( typeof elem.getAttribute === "undefined" ) {
|
36
|
+
return jQuery.prop( elem, name, value );
|
37
|
+
}
|
38
|
+
|
39
|
+
// All attributes are lowercase
|
40
|
+
// Grab necessary hook if one is defined
|
41
|
+
if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {
|
42
|
+
name = name.toLowerCase();
|
43
|
+
hooks = jQuery.attrHooks[ name ] ||
|
44
|
+
( jQuery.expr.match.bool.test( name ) ? boolHook : undefined );
|
45
|
+
}
|
46
|
+
|
47
|
+
if ( value !== undefined ) {
|
48
|
+
if ( value === null ) {
|
49
|
+
jQuery.removeAttr( elem, name );
|
50
|
+
return;
|
51
|
+
}
|
52
|
+
|
53
|
+
if ( hooks && "set" in hooks &&
|
54
|
+
( ret = hooks.set( elem, value, name ) ) !== undefined ) {
|
55
|
+
return ret;
|
56
|
+
}
|
57
|
+
|
58
|
+
elem.setAttribute( name, value + "" );
|
59
|
+
return value;
|
60
|
+
}
|
61
|
+
|
62
|
+
if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {
|
63
|
+
return ret;
|
64
|
+
}
|
65
|
+
|
66
|
+
ret = jQuery.find.attr( elem, name );
|
67
|
+
|
68
|
+
// Non-existent attributes return null, we normalize to undefined
|
69
|
+
return ret == null ? undefined : ret;
|
70
|
+
},
|
71
|
+
|
72
|
+
attrHooks: {
|
73
|
+
type: {
|
74
|
+
set: function( elem, value ) {
|
75
|
+
if ( !support.radioValue && value === "radio" &&
|
76
|
+
jQuery.nodeName( elem, "input" ) ) {
|
77
|
+
var val = elem.value;
|
78
|
+
elem.setAttribute( "type", value );
|
79
|
+
if ( val ) {
|
80
|
+
elem.value = val;
|
81
|
+
}
|
82
|
+
return value;
|
83
|
+
}
|
84
|
+
}
|
85
|
+
}
|
86
|
+
},
|
87
|
+
|
88
|
+
removeAttr: function( elem, value ) {
|
89
|
+
var name, propName,
|
90
|
+
i = 0,
|
91
|
+
attrNames = value && value.match( rnotwhite );
|
92
|
+
|
93
|
+
if ( attrNames && elem.nodeType === 1 ) {
|
94
|
+
while ( ( name = attrNames[ i++ ] ) ) {
|
95
|
+
propName = jQuery.propFix[ name ] || name;
|
96
|
+
|
97
|
+
// Boolean attributes get special treatment (#10870)
|
98
|
+
if ( jQuery.expr.match.bool.test( name ) ) {
|
99
|
+
|
100
|
+
// Set corresponding property to false
|
101
|
+
elem[ propName ] = false;
|
102
|
+
}
|
103
|
+
|
104
|
+
elem.removeAttribute( name );
|
105
|
+
}
|
106
|
+
}
|
107
|
+
}
|
108
|
+
} );
|
109
|
+
|
110
|
+
// Hooks for boolean attributes
|
111
|
+
boolHook = {
|
112
|
+
set: function( elem, value, name ) {
|
113
|
+
if ( value === false ) {
|
114
|
+
|
115
|
+
// Remove boolean attributes when set to false
|
116
|
+
jQuery.removeAttr( elem, name );
|
117
|
+
} else {
|
118
|
+
elem.setAttribute( name, name );
|
119
|
+
}
|
120
|
+
return name;
|
121
|
+
}
|
122
|
+
};
|
123
|
+
jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) {
|
124
|
+
var getter = attrHandle[ name ] || jQuery.find.attr;
|
125
|
+
|
126
|
+
attrHandle[ name ] = function( elem, name, isXML ) {
|
127
|
+
var ret, handle;
|
128
|
+
if ( !isXML ) {
|
129
|
+
|
130
|
+
// Avoid an infinite loop by temporarily removing this function from the getter
|
131
|
+
handle = attrHandle[ name ];
|
132
|
+
attrHandle[ name ] = ret;
|
133
|
+
ret = getter( elem, name, isXML ) != null ?
|
134
|
+
name.toLowerCase() :
|
135
|
+
null;
|
136
|
+
attrHandle[ name ] = handle;
|
137
|
+
}
|
138
|
+
return ret;
|
139
|
+
};
|
140
|
+
} );
|
141
|
+
|
142
|
+
} );
|
@@ -0,0 +1,177 @@
|
|
1
|
+
define( [
|
2
|
+
"../core",
|
3
|
+
"../var/rnotwhite",
|
4
|
+
"../data/var/dataPriv",
|
5
|
+
"../core/init"
|
6
|
+
], function( jQuery, rnotwhite, dataPriv ) {
|
7
|
+
|
8
|
+
var rclass = /[\t\r\n\f]/g;
|
9
|
+
|
10
|
+
function getClass( elem ) {
|
11
|
+
return elem.getAttribute && elem.getAttribute( "class" ) || "";
|
12
|
+
}
|
13
|
+
|
14
|
+
jQuery.fn.extend( {
|
15
|
+
addClass: function( value ) {
|
16
|
+
var classes, elem, cur, curValue, clazz, j, finalValue,
|
17
|
+
i = 0;
|
18
|
+
|
19
|
+
if ( jQuery.isFunction( value ) ) {
|
20
|
+
return this.each( function( j ) {
|
21
|
+
jQuery( this ).addClass( value.call( this, j, getClass( this ) ) );
|
22
|
+
} );
|
23
|
+
}
|
24
|
+
|
25
|
+
if ( typeof value === "string" && value ) {
|
26
|
+
classes = value.match( rnotwhite ) || [];
|
27
|
+
|
28
|
+
while ( ( elem = this[ i++ ] ) ) {
|
29
|
+
curValue = getClass( elem );
|
30
|
+
cur = elem.nodeType === 1 &&
|
31
|
+
( " " + curValue + " " ).replace( rclass, " " );
|
32
|
+
|
33
|
+
if ( cur ) {
|
34
|
+
j = 0;
|
35
|
+
while ( ( clazz = classes[ j++ ] ) ) {
|
36
|
+
if ( cur.indexOf( " " + clazz + " " ) < 0 ) {
|
37
|
+
cur += clazz + " ";
|
38
|
+
}
|
39
|
+
}
|
40
|
+
|
41
|
+
// Only assign if different to avoid unneeded rendering.
|
42
|
+
finalValue = jQuery.trim( cur );
|
43
|
+
if ( curValue !== finalValue ) {
|
44
|
+
elem.setAttribute( "class", finalValue );
|
45
|
+
}
|
46
|
+
}
|
47
|
+
}
|
48
|
+
}
|
49
|
+
|
50
|
+
return this;
|
51
|
+
},
|
52
|
+
|
53
|
+
removeClass: function( value ) {
|
54
|
+
var classes, elem, cur, curValue, clazz, j, finalValue,
|
55
|
+
i = 0;
|
56
|
+
|
57
|
+
if ( jQuery.isFunction( value ) ) {
|
58
|
+
return this.each( function( j ) {
|
59
|
+
jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );
|
60
|
+
} );
|
61
|
+
}
|
62
|
+
|
63
|
+
if ( !arguments.length ) {
|
64
|
+
return this.attr( "class", "" );
|
65
|
+
}
|
66
|
+
|
67
|
+
if ( typeof value === "string" && value ) {
|
68
|
+
classes = value.match( rnotwhite ) || [];
|
69
|
+
|
70
|
+
while ( ( elem = this[ i++ ] ) ) {
|
71
|
+
curValue = getClass( elem );
|
72
|
+
|
73
|
+
// This expression is here for better compressibility (see addClass)
|
74
|
+
cur = elem.nodeType === 1 &&
|
75
|
+
( " " + curValue + " " ).replace( rclass, " " );
|
76
|
+
|
77
|
+
if ( cur ) {
|
78
|
+
j = 0;
|
79
|
+
while ( ( clazz = classes[ j++ ] ) ) {
|
80
|
+
|
81
|
+
// Remove *all* instances
|
82
|
+
while ( cur.indexOf( " " + clazz + " " ) > -1 ) {
|
83
|
+
cur = cur.replace( " " + clazz + " ", " " );
|
84
|
+
}
|
85
|
+
}
|
86
|
+
|
87
|
+
// Only assign if different to avoid unneeded rendering.
|
88
|
+
finalValue = jQuery.trim( cur );
|
89
|
+
if ( curValue !== finalValue ) {
|
90
|
+
elem.setAttribute( "class", finalValue );
|
91
|
+
}
|
92
|
+
}
|
93
|
+
}
|
94
|
+
}
|
95
|
+
|
96
|
+
return this;
|
97
|
+
},
|
98
|
+
|
99
|
+
toggleClass: function( value, stateVal ) {
|
100
|
+
var type = typeof value;
|
101
|
+
|
102
|
+
if ( typeof stateVal === "boolean" && type === "string" ) {
|
103
|
+
return stateVal ? this.addClass( value ) : this.removeClass( value );
|
104
|
+
}
|
105
|
+
|
106
|
+
if ( jQuery.isFunction( value ) ) {
|
107
|
+
return this.each( function( i ) {
|
108
|
+
jQuery( this ).toggleClass(
|
109
|
+
value.call( this, i, getClass( this ), stateVal ),
|
110
|
+
stateVal
|
111
|
+
);
|
112
|
+
} );
|
113
|
+
}
|
114
|
+
|
115
|
+
return this.each( function() {
|
116
|
+
var className, i, self, classNames;
|
117
|
+
|
118
|
+
if ( type === "string" ) {
|
119
|
+
|
120
|
+
// Toggle individual class names
|
121
|
+
i = 0;
|
122
|
+
self = jQuery( this );
|
123
|
+
classNames = value.match( rnotwhite ) || [];
|
124
|
+
|
125
|
+
while ( ( className = classNames[ i++ ] ) ) {
|
126
|
+
|
127
|
+
// Check each className given, space separated list
|
128
|
+
if ( self.hasClass( className ) ) {
|
129
|
+
self.removeClass( className );
|
130
|
+
} else {
|
131
|
+
self.addClass( className );
|
132
|
+
}
|
133
|
+
}
|
134
|
+
|
135
|
+
// Toggle whole class name
|
136
|
+
} else if ( value === undefined || type === "boolean" ) {
|
137
|
+
className = getClass( this );
|
138
|
+
if ( className ) {
|
139
|
+
|
140
|
+
// Store className if set
|
141
|
+
dataPriv.set( this, "__className__", className );
|
142
|
+
}
|
143
|
+
|
144
|
+
// If the element has a class name or if we're passed `false`,
|
145
|
+
// then remove the whole classname (if there was one, the above saved it).
|
146
|
+
// Otherwise bring back whatever was previously saved (if anything),
|
147
|
+
// falling back to the empty string if nothing was stored.
|
148
|
+
if ( this.setAttribute ) {
|
149
|
+
this.setAttribute( "class",
|
150
|
+
className || value === false ?
|
151
|
+
"" :
|
152
|
+
dataPriv.get( this, "__className__" ) || ""
|
153
|
+
);
|
154
|
+
}
|
155
|
+
}
|
156
|
+
} );
|
157
|
+
},
|
158
|
+
|
159
|
+
hasClass: function( selector ) {
|
160
|
+
var className, elem,
|
161
|
+
i = 0;
|
162
|
+
|
163
|
+
className = " " + selector + " ";
|
164
|
+
while ( ( elem = this[ i++ ] ) ) {
|
165
|
+
if ( elem.nodeType === 1 &&
|
166
|
+
( " " + getClass( elem ) + " " ).replace( rclass, " " )
|
167
|
+
.indexOf( className ) > -1
|
168
|
+
) {
|
169
|
+
return true;
|
170
|
+
}
|
171
|
+
}
|
172
|
+
|
173
|
+
return false;
|
174
|
+
}
|
175
|
+
} );
|
176
|
+
|
177
|
+
} );
|
@@ -0,0 +1,125 @@
|
|
1
|
+
define( [
|
2
|
+
"../core",
|
3
|
+
"../core/access",
|
4
|
+
"./support",
|
5
|
+
"../selector"
|
6
|
+
], function( jQuery, access, support ) {
|
7
|
+
|
8
|
+
var rfocusable = /^(?:input|select|textarea|button)$/i,
|
9
|
+
rclickable = /^(?:a|area)$/i;
|
10
|
+
|
11
|
+
jQuery.fn.extend( {
|
12
|
+
prop: function( name, value ) {
|
13
|
+
return access( this, jQuery.prop, name, value, arguments.length > 1 );
|
14
|
+
},
|
15
|
+
|
16
|
+
removeProp: function( name ) {
|
17
|
+
return this.each( function() {
|
18
|
+
delete this[ jQuery.propFix[ name ] || name ];
|
19
|
+
} );
|
20
|
+
}
|
21
|
+
} );
|
22
|
+
|
23
|
+
jQuery.extend( {
|
24
|
+
prop: function( elem, name, value ) {
|
25
|
+
var ret, hooks,
|
26
|
+
nType = elem.nodeType;
|
27
|
+
|
28
|
+
// Don't get/set properties on text, comment and attribute nodes
|
29
|
+
if ( nType === 3 || nType === 8 || nType === 2 ) {
|
30
|
+
return;
|
31
|
+
}
|
32
|
+
|
33
|
+
if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {
|
34
|
+
|
35
|
+
// Fix name and attach hooks
|
36
|
+
name = jQuery.propFix[ name ] || name;
|
37
|
+
hooks = jQuery.propHooks[ name ];
|
38
|
+
}
|
39
|
+
|
40
|
+
if ( value !== undefined ) {
|
41
|
+
if ( hooks && "set" in hooks &&
|
42
|
+
( ret = hooks.set( elem, value, name ) ) !== undefined ) {
|
43
|
+
return ret;
|
44
|
+
}
|
45
|
+
|
46
|
+
return ( elem[ name ] = value );
|
47
|
+
}
|
48
|
+
|
49
|
+
if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) {
|
50
|
+
return ret;
|
51
|
+
}
|
52
|
+
|
53
|
+
return elem[ name ];
|
54
|
+
},
|
55
|
+
|
56
|
+
propHooks: {
|
57
|
+
tabIndex: {
|
58
|
+
get: function( elem ) {
|
59
|
+
|
60
|
+
// elem.tabIndex doesn't always return the
|
61
|
+
// correct value when it hasn't been explicitly set
|
62
|
+
// http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/
|
63
|
+
// Use proper attribute retrieval(#12072)
|
64
|
+
var tabindex = jQuery.find.attr( elem, "tabindex" );
|
65
|
+
|
66
|
+
return tabindex ?
|
67
|
+
parseInt( tabindex, 10 ) :
|
68
|
+
rfocusable.test( elem.nodeName ) ||
|
69
|
+
rclickable.test( elem.nodeName ) && elem.href ?
|
70
|
+
0 :
|
71
|
+
-1;
|
72
|
+
}
|
73
|
+
}
|
74
|
+
},
|
75
|
+
|
76
|
+
propFix: {
|
77
|
+
"for": "htmlFor",
|
78
|
+
"class": "className"
|
79
|
+
}
|
80
|
+
} );
|
81
|
+
|
82
|
+
// Support: IE <=11 only
|
83
|
+
// Accessing the selectedIndex property
|
84
|
+
// forces the browser to respect setting selected
|
85
|
+
// on the option
|
86
|
+
// The getter ensures a default option is selected
|
87
|
+
// when in an optgroup
|
88
|
+
if ( !support.optSelected ) {
|
89
|
+
jQuery.propHooks.selected = {
|
90
|
+
get: function( elem ) {
|
91
|
+
var parent = elem.parentNode;
|
92
|
+
if ( parent && parent.parentNode ) {
|
93
|
+
parent.parentNode.selectedIndex;
|
94
|
+
}
|
95
|
+
return null;
|
96
|
+
},
|
97
|
+
set: function( elem ) {
|
98
|
+
var parent = elem.parentNode;
|
99
|
+
if ( parent ) {
|
100
|
+
parent.selectedIndex;
|
101
|
+
|
102
|
+
if ( parent.parentNode ) {
|
103
|
+
parent.parentNode.selectedIndex;
|
104
|
+
}
|
105
|
+
}
|
106
|
+
}
|
107
|
+
};
|
108
|
+
}
|
109
|
+
|
110
|
+
jQuery.each( [
|
111
|
+
"tabIndex",
|
112
|
+
"readOnly",
|
113
|
+
"maxLength",
|
114
|
+
"cellSpacing",
|
115
|
+
"cellPadding",
|
116
|
+
"rowSpan",
|
117
|
+
"colSpan",
|
118
|
+
"useMap",
|
119
|
+
"frameBorder",
|
120
|
+
"contentEditable"
|
121
|
+
], function() {
|
122
|
+
jQuery.propFix[ this.toLowerCase() ] = this;
|
123
|
+
} );
|
124
|
+
|
125
|
+
} );
|