@@ -9,6 +9,7 @@ function jquery_sites() {
99 'jquery.com ' => array (
1010 'blog_id ' => 1 ,
1111 'cookie_domain ' => '.jquery.com ' ,
12+ 'body_class ' => 'jquery ' ,
1213 'options ' => array (
1314 'blogname ' => 'jQuery ' ,
1415 'stylesheet ' => 'jquery.com ' ,
@@ -20,6 +21,7 @@ function jquery_sites() {
2021 'blog.jquery.com ' => array (
2122 'blog_id ' => 2 ,
2223 'cookie_domain ' => '.jquery.com ' ,
24+ 'body_class ' => 'jquery ' ,
2325 'options ' => array (
2426 'blogname ' => 'jQuery Blog ' ,
2527 'stylesheet ' => 'blog-jquery-com ' ,
@@ -29,6 +31,7 @@ function jquery_sites() {
2931 'api.jquery.com ' => array (
3032 'blog_id ' => 3 ,
3133 'cookie_domain ' => '.jquery.com ' ,
34+ 'body_class ' => 'jquery ' ,
3235 'options ' => array (
3336 'blogname ' => 'jQuery API Documentation ' ,
3437 'stylesheet ' => 'api.jquery.com ' ,
@@ -37,6 +40,7 @@ function jquery_sites() {
3740 'plugins.jquery.com ' => array (
3841 'blog_id ' => 4 ,
3942 'cookie_domain ' => '.jquery.com ' ,
43+ 'body_class ' => 'jquery ' ,
4044 'options ' => array (
4145 'blogname ' => 'jQuery Plugins ' ,
4246 'stylesheet ' => 'plugins.jquery.com ' ,
@@ -45,6 +49,7 @@ function jquery_sites() {
4549 'learn.jquery.com ' => array (
4650 'blog_id ' => 5 ,
4751 'cookie_domain ' => '.jquery.com ' ,
52+ 'body_class ' => 'jquery-learning ' ,
4853 'options ' => array (
4954 'blogname ' => 'Learn jQuery ' ,
5055 'stylesheet ' => 'learn.jquery.com ' ,
@@ -53,6 +58,7 @@ function jquery_sites() {
5358 'jqueryui.com ' => array (
5459 'blog_id ' => 6 ,
5560 'cookie_domain ' => '.jqueryui.com ' ,
61+ 'body_class ' => 'jquery-ui ' ,
5662 'options ' => array (
5763 'blogname ' => 'jQuery UI ' ,
5864 'stylesheet ' => 'jqueryui.com ' ,
@@ -64,6 +70,7 @@ function jquery_sites() {
6470 'blog.jqueryui.com ' => array (
6571 'blog_id ' => 7 ,
6672 'cookie_domain ' => '.jqueryui.com ' ,
73+ 'body_class ' => 'jquery-ui ' ,
6774 'options ' => array (
6875 'blogname ' => 'jQuery UI Blog ' ,
6976 'stylesheet ' => 'blog.jqueryui.com ' ,
@@ -73,6 +80,7 @@ function jquery_sites() {
7380 'subsites ' => 1 , // Has one level of sub-sites (api.jqueryui.com/([^/]+))
7481 'blog_id ' => 8 ,
7582 'cookie_domain ' => '.jqueryui.com ' ,
83+ 'body_class ' => 'jquery-ui ' ,
7684 'options ' => array (
7785 'blogname ' => 'jQuery UI API Documentation ' ,
7886 'stylesheet ' => 'api.jqueryui.com ' ,
@@ -84,6 +92,7 @@ function jquery_sites() {
8492 'api.jqueryui.com/1.8 ' => array (
8593 'blog_id ' => 17 ,
8694 'cookie_domain ' => '.jqueryui.com ' ,
95+ 'body_class ' => 'jquery-ui ' ,
8796 'options ' => array (
8897 'blogname ' => 'jQuery UI 1.8 Documentation ' ,
8998 'stylesheet ' => 'api.jqueryui.com ' ,
@@ -95,6 +104,7 @@ function jquery_sites() {
95104 'jquery.org ' => array (
96105 'blog_id ' => 9 ,
97106 'cookie_domain ' => '.jquery.org ' ,
107+ 'body_class ' => 'jquery-project ' ,
98108 'options ' => array (
99109 'blogname ' => 'jQuery Foundation ' ,
100110 'stylesheet ' => 'jquery.org ' ,
@@ -106,6 +116,7 @@ function jquery_sites() {
106116 'qunitjs.com ' => array (
107117 'blog_id ' => 10 ,
108118 'cookie_domain ' => '.qunitjs.com ' ,
119+ 'body_class ' => 'qunitjs ' ,
109120 'options ' => array (
110121 'blogname ' => 'QUnit ' ,
111122 'stylesheet ' => 'qunitjs.com ' ,
@@ -117,6 +128,7 @@ function jquery_sites() {
117128 'sizzlejs.com ' => array (
118129 'blog_id ' => 11 ,
119130 'cookie_domain ' => '.sizzlejs.com ' ,
131+ 'body_class ' => 'sizzlejs ' ,
120132 'options ' => array (
121133 'blogname ' => 'Sizzle JS ' ,
122134 'stylesheet ' => 'sizzlejs.com ' ,
@@ -128,6 +140,7 @@ function jquery_sites() {
128140 'jquerymobile.com ' => array (
129141 'blog_id ' => 12 ,
130142 'cookie_domain ' => '.jquerymobile.com ' ,
143+ 'body_class ' => 'jquery-mobile ' ,
131144 'options ' => array (
132145 'blogname ' => 'jQuery Mobile ' ,
133146 'stylesheet ' => 'jquerymobile.com ' ,
@@ -139,6 +152,7 @@ function jquery_sites() {
139152 'api.jquerymobile.com ' => array (
140153 'blog_id ' => 13 ,
141154 'cookie_domain ' => '.jquerymobile.com ' ,
155+ 'body_class ' => 'jquery-mobile ' ,
142156 'options ' => array (
143157 'blogname ' => 'jQuery Mobile API Documentation ' ,
144158 'stylesheet ' => 'api.jquerymobile.com ' ,
@@ -147,6 +161,7 @@ function jquery_sites() {
147161 'api.qunitjs.com ' => array (
148162 'blog_id ' => 14 ,
149163 'cookie_domain ' => '.qunitjs.com ' ,
164+ 'body_class ' => 'qunitjs ' ,
150165 'options ' => array (
151166 'blogname ' => 'QUnit API Documentation ' ,
152167 'stylesheet ' => 'api.qunitjs.com ' ,
@@ -155,6 +170,7 @@ function jquery_sites() {
155170 'books.jquery.com ' => array (
156171 'blog_id ' => 15 ,
157172 'cookie_domain ' => '.jquery.com ' ,
173+ 'body_class ' => 'jquery ' ,
158174 'options ' => array (
159175 'blogname ' => 'jQuery Books ' ,
160176 'stylesheet ' => 'books.jquery.com ' ,
@@ -163,6 +179,7 @@ function jquery_sites() {
163179 'events.jquery.org ' => array (
164180 'blog_id ' => 16 ,
165181 'cookie_domain ' => '.jquery.org ' ,
182+ 'body_class ' => 'jquery-events ' ,
166183 'options ' => array (
167184 'blogname ' => 'jQuery Events ' ,
168185 'stylesheet ' => 'events.jquery.org ' ,
0 commit comments