Lines Matching refs:b

20 		var b = jQuery("#cyberchimps_portfolio_link_url_one").val();
21 if ((b.search(a)) == -1 || b == "") {
35 var b = jQuery("#cyberchimps_portfolio_link_url_two").val();
36 if ((b.search(a)) == -1 || b == "") {
50 var b = jQuery("#cyberchimps_portfolio_link_url_three").val();
51 if ((b.search(a)) == -1 || b == "") {
65 var b = jQuery("#cyberchimps_portfolio_link_url_four").val();
66 if ((b.search(a)) == -1 || b == "") {
76 jQuery(document).ready(function (b) { argument
108 b(".subsection > h4").click(function () {
109 var d = b(this);
118 b("#subsection-Boxes-Lite-Element").children(".subsection-items").show();
119 b("#subsection-Custom-Slide-Options > h4").click();
120 b("#subsection-Featured-Post-Carousel-Options > h4").click();
121 b("#subsection-Portfolio-Element > h4").click();
122 b("#subsection-Page-Options > h4").click();
124 b(".section-order-tracker").change(function () {
125 var d = b(this).val().split(",");
126 b.each(a, function (e, f) {
127 if (b.inArray(e, d) != -1) {
128 b("#" + f).show()
130 b("#" + f).hide()
134 b(".image_select").each(function () {
135 b(this).find("img").click(function () {
136 if (b(this).hasClass("selected")) {
139 b(this).siblings("img").removeClass("selected");
140 b(this).addClass("selected");
141 b(this).siblings("input").val(b(this).data("key"))
143 if (b(this).find("img.selected").length) {
144 b(this).find("input").val(b(this).find("img.selected").data("key"))
147 b(".checkbox").after(function () {
148 if (b(this).is(":checked")) {
149 return"<a href='#' class='toggle checked' ref='" + b(this).attr("id") + "'></a>"
151 return"<a href='#' class='toggle' ref='" + b(this).attr("id") + "'></a>"
154 b(".toggle").click(function (f) {
155 var g = b(this).attr("ref");
156 var d = b("#" + g);
162 b(this).toggleClass("checked");
165 b("#showCheckboxes").click(function (d) {
166 b(".checkbox").toggle();
169 b("#checkbox-extra_callout_options").change(function () {
170 …var d = b("tr.callout_image, tr.custom_callout_color, tr.custom_callout_title_color, tr.custom_cal…
171 if (b(this).is(":checked")) {
176 b("#checkbox-disable_callout_button").trigger("change")
178 b("#checkbox-disable_callout_button").change(function () {
179 var d = b("tr.callout_button_text, tr.callout_url");
180 if (b(this).is(":checked")) {
186 b("#checkbox-portfolio_title_toggle").change(function () {
187 var d = b("tr.portfolio_title");
188 if (b(this).is(":checked")) {
194 b("#checkbox-cyberchimps_portfolio_title_toggle").change(function () {
195 var d = b("tr.cyberchimps_portfolio_title");
196 if (b(this).is(":checked")) {
202 b("#checkbox-cyberchimps_recent_posts_title_toggle").change(function () {
203 var d = b("tr.cyberchimps_recent_posts_title");
204 if (b(this).is(":checked")) {
210 b("#checkbox-product_link_toggle").change(function () {
211 var d = b("tr.product_link_url, tr.product_link_text");
212 if (b(this).is(":checked")) {
218 b("#checkbox-cyberchimps_portfolio_link_toggle_one").change(function () {
219 var d = b("tr.cyberchimps_portfolio_link_url_one");
220 if (b(this).is(":checked")) {
226 b("#checkbox-cyberchimps_portfolio_link_toggle_two").change(function () {
227 var d = b("tr.cyberchimps_portfolio_link_url_two");
228 if (b(this).is(":checked")) {
234 b("#checkbox-cyberchimps_portfolio_link_toggle_three").change(function () {
235 var d = b("tr.cyberchimps_portfolio_link_url_three");
236 if (b(this).is(":checked")) {
242 b("#checkbox-cyberchimps_portfolio_link_toggle_four").change(function () {
243 var d = b("tr.cyberchimps_portfolio_link_url_four");
244 if (b(this).is(":checked")) {
250 b("#checkbox-cyberchimps_magazine_wide_post_toggle").change(function () {
251 var d = b("tr.cyberchimps_magazine_no_of_wide_posts");
252 if (b(this).is(":checked")) {
258 b("#checkbox-custom_portfolio_url_toggle").change(function () {
259 var d = b("tr.custom_portfolio_url");
260 if (b(this).is(":checked")) {
266 b("#checkbox-profile_twitter").change(function () {
267 var d = b("tr.profile_twitter_url");
268 if (b(this).is(":checked")) {
274 b("#checkbox-profile_facebook").change(function () {
275 var d = b("tr.profile_facebook_url");
276 if (b(this).is(":checked")) {
282 b("#checkbox-profile_google").change(function () {
283 var d = b("tr.profile_google_url");
284 if (b(this).is(":checked")) {
290 b("#checkbox-profile_flickr").change(function () {
291 var d = b("tr.profile_flickr_url");
292 if (b(this).is(":checked")) {
298 b("#checkbox-profile_pinterest").change(function () {
299 var d = b("tr.profile_pinterest_url");
300 if (b(this).is(":checked")) {
306 b("#checkbox-profile_linkedin").change(function () {
307 var d = b("tr.profile_linkedin_url");
308 if (b(this).is(":checked")) {
314 b("#checkbox-profile_youtube").change(function () {
315 var d = b("tr.profile_youtube_url");
316 if (b(this).is(":checked")) {
322 b("#checkbox-profile_rss").change(function () {
323 var d = b("tr.profile_rss_url");
324 if (b(this).is(":checked")) {
330 b("#checkbox-profile_email_id").change(function () {
331 var d = b("tr.profile_email_id_url");
332 if (b(this).is(":checked")) {
338 b("#checkbox-profile_googlemaps").change(function () {
339 var d = b("tr.profile_googlemaps_url");
340 if (b(this).is(":checked")) {
346 b("#checkbox-cyberchimps_twitter_page_options_toggle").change(function () {
347 var d = b("tr.cyberchimps_twitter_handle");
348 if (b(this).is(":checked")) {