Deprecated: Function create_function() is deprecated in /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-includes/pomo/translations.php on line 208

Deprecated: Function create_function() is deprecated in /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-includes/pomo/translations.php on line 208

Deprecated: Function create_function() is deprecated in /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-includes/pomo/translations.php on line 208

Deprecated: Function create_function() is deprecated in /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-includes/pomo/translations.php on line 208

Warning: Cannot modify header information - headers already sent by (output started at /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-includes/compat.php:502) in /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-core/plugins/w3-total-cache/lib/Minify/Minify.php on line 368

Warning: Cannot modify header information - headers already sent by (output started at /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-includes/compat.php:502) in /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-core/plugins/w3-total-cache/lib/Minify/Minify.php on line 368

Warning: Cannot modify header information - headers already sent by (output started at /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-includes/compat.php:502) in /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-core/plugins/w3-total-cache/lib/Minify/Minify.php on line 368

Warning: Cannot modify header information - headers already sent by (output started at /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-includes/compat.php:502) in /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-core/plugins/w3-total-cache/lib/Minify/Minify.php on line 368

Warning: Cannot modify header information - headers already sent by (output started at /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-includes/compat.php:502) in /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-core/plugins/w3-total-cache/lib/Minify/Minify.php on line 368

Warning: Cannot modify header information - headers already sent by (output started at /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-includes/compat.php:502) in /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-core/plugins/w3-total-cache/lib/Minify/Minify.php on line 368

Warning: Cannot modify header information - headers already sent by (output started at /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-includes/compat.php:502) in /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-core/plugins/w3-total-cache/lib/Minify/Minify.php on line 368

Warning: Cannot modify header information - headers already sent by (output started at /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-includes/compat.php:502) in /nfs/c08/h05/mnt/171889/domains/mmdna.com/html/wp-core/plugins/w3-total-cache/lib/Minify/Minify.php on line 368
/* global WPGroHo:true, Gravatar */ WPGroHo = jQuery.extend( { my_hash: '', data: {}, renderers: {}, syncProfileData: function( hash, id ) { if ( !WPGroHo.data[hash] ) { WPGroHo.data[hash] = {}; jQuery( 'div.grofile-hash-map-' + hash + ' span' ).each( function() { WPGroHo.data[hash][this.className] = jQuery( this ).text(); } ); } WPGroHo.appendProfileData( WPGroHo.data[hash], hash, id ); }, appendProfileData: function( data, hash, id ) { for ( var key in data ) { if ( jQuery.isFunction( WPGroHo.renderers[key] ) ) { return WPGroHo.renderers[key]( data[key], hash, id, key ); } jQuery( '#' + id ).find( 'h4' ).after( jQuery( '

' ).html( data[key] ) ); } } }, WPGroHo ); jQuery( document ).ready( function() { if ( 'undefined' === typeof Gravatar ) { return; } Gravatar.profile_cb = function( h, d ) { WPGroHo.syncProfileData( h, d ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wpadminbar' ); } ); ;jQuery(document).ready(function($){ var positionElementInPage = $('#nav').offset().top; $(window).scroll( function() { if ($(window).scrollTop() >= positionElementInPage) { // fixed $('#nav').addClass("floatable"); $('#text_header_contain').css('display','none'); $('#text_header').addClass('animated hinge fadeIn'); setTimeout(function(){ $('#text_header').removeClass('animated hinge fadeIn'); },1500); $('.discover').addClass('animated fadeInUp'); setTimeout(function(){ $('.discover').removeClass('animated fadeInUp'); },1500); $('#right_slide_head').css('display','none'); $('#left_slide_head').css('display','none'); $('#container_discover').css('display','none'); $('#container_nav_header').css('display','none'); $('#slides').css('opacity','0'); $('#slide').css('opacity','0'); } else { // relative $('#nav').removeClass("floatable"); $('#text_header_contain').css('display','block'); $('#text_header').css('display','block'); $('#right_slide_head').css('display','block'); $('#left_slide_head').css('display','block'); $('#container_discover').css('display','block'); $('#container_nav_header').css('display','block'); $('#slides').css('opacity','1'); $('#slide').css('opacity','1'); } } ); $("#top").on("click", "#top_content", function(){ $("#menu_phone li").toggleClass("show"); }); $("#top").on("click", "#menu_phone li", function(){ $("#menu_phone li").toggleClass("show"); }); }); jQuery(window).load(function () { $(function() { $('#nav #menu table tr td a').bind('click',function(event){ var $anchor = $(this); $('html, body').stop().animate({ scrollTop: $($anchor.attr('href')).offset().top }, 1500,'easeInOutExpo'); event.preventDefault(); }); $('#menu_phone ul a').bind('click',function(event){ var $anchor = $(this); $('html, body').stop().animate({ scrollTop: $($anchor.attr('href')).offset().top }, 1500,'easeInOutExpo'); event.preventDefault(); }); $('.discover a').each(function(){ $(this).bind('click',function(event){ var $anchor = $(this); console.log($anchor); $('html, body').stop().animate({ scrollTop: $($anchor.attr('href')).offset().top }, 1500,'easeInOutExpo'); event.preventDefault(); }); }) $('#contact_nav').bind('click',function(event){ var $anchor = $(this); $('html, body').stop().animate({ scrollTop: $($anchor.attr('href')).offset().top }, 1500,'easeInOutExpo'); event.preventDefault(); }); $('#team_contact').bind('click',function(event){ var $anchor = $(this); $('html, body').stop().animate({ scrollTop: $($anchor.attr('href')).offset().top }, 1500,'easeInOutExpo'); event.preventDefault(); }); $('#text_contact').bind('click',function(event){ var $anchor = $(this); $('html, body').stop().animate({ scrollTop: $($anchor.attr('href')).offset().top }, 1500,'easeInOutExpo'); event.preventDefault(); }); $('#top_mail').bind('click',function(event){ var $anchor = $(this).parent(); $('html, body').stop().animate({ scrollTop: $($anchor.attr('href')).offset().top }, 1500,'easeInOutExpo'); event.preventDefault(); }); }); if($('#header').length > 0){ var positionHeaderInPage = $('#header').offset().top; $(window).scroll( function() { if ($(window).scrollTop() >= positionHeaderInPage) { // actif $('.menu_links').removeClass("active"); $("#current_menu_phone").html("home"); } } ); } $(window).scroll(function(){ $('.cat').each(function(){ var positionCatInPage = $(this).offset().top - 10; if($(window).scrollTop() >= positionCatInPage){ var title = $(this).find('.title'); var id = $(title).text(); //var t = id.split(" "); //var title1 = t[0]; //var title2 = t[1]; var idmenu = $(this).attr('id'); var menu = $('#menu_' + idmenu + ''); $('.menu_links').removeClass("active"); menu.addClass('active'); //$('#current_menu_phone').html(title1 + '
' + title2 + ''); $('#current_menu_phone').html('
' + id + ''); } }); }); }); /* * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ * * Uses the built in easing capabilities added In jQuery 1.1 * to offer multiple easing options * * TERMS OF USE - jQuery Easing * * Open source under the BSD License. * * Copyright © 2008 George McGinley Smith * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this list of * conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list * of conditions and the following disclaimer in the documentation and/or other materials * provided with the distribution. * * Neither the name of the author nor the names of contributors may be used to endorse * or promote products derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED * OF THE POSSIBILITY OF SUCH DAMAGE. * */ // t: current time, b: begInnIng value, c: change In value, d: duration jQuery.easing['jswing'] = jQuery.easing['swing']; jQuery.extend( jQuery.easing, { def: 'easeOutQuad', swing: function (x, t, b, c, d) { //alert(jQuery.easing.default); return jQuery.easing[jQuery.easing.def](x, t, b, c, d); }, easeInQuad: function (x, t, b, c, d) { return c*(t/=d)*t + b; }, easeOutQuad: function (x, t, b, c, d) { return -c *(t/=d)*(t-2) + b; }, easeInOutQuad: function (x, t, b, c, d) { if ((t/=d/2) < 1) return c/2*t*t + b; return -c/2 * ((--t)*(t-2) - 1) + b; }, easeInCubic: function (x, t, b, c, d) { return c*(t/=d)*t*t + b; }, easeOutCubic: function (x, t, b, c, d) { return c*((t=t/d-1)*t*t + 1) + b; }, easeInOutCubic: function (x, t, b, c, d) { if ((t/=d/2) < 1) return c/2*t*t*t + b; return c/2*((t-=2)*t*t + 2) + b; }, easeInQuart: function (x, t, b, c, d) { return c*(t/=d)*t*t*t + b; }, easeOutQuart: function (x, t, b, c, d) { return -c * ((t=t/d-1)*t*t*t - 1) + b; }, easeInOutQuart: function (x, t, b, c, d) { if ((t/=d/2) < 1) return c/2*t*t*t*t + b; return -c/2 * ((t-=2)*t*t*t - 2) + b; }, easeInQuint: function (x, t, b, c, d) { return c*(t/=d)*t*t*t*t + b; }, easeOutQuint: function (x, t, b, c, d) { return c*((t=t/d-1)*t*t*t*t + 1) + b; }, easeInOutQuint: function (x, t, b, c, d) { if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b; return c/2*((t-=2)*t*t*t*t + 2) + b; }, easeInSine: function (x, t, b, c, d) { return -c * Math.cos(t/d * (Math.PI/2)) + c + b; }, easeOutSine: function (x, t, b, c, d) { return c * Math.sin(t/d * (Math.PI/2)) + b; }, easeInOutSine: function (x, t, b, c, d) { return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b; }, easeInExpo: function (x, t, b, c, d) { return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b; }, easeOutExpo: function (x, t, b, c, d) { return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b; }, easeInOutExpo: function (x, t, b, c, d) { if (t==0) return b; if (t==d) return b+c; if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b; return c/2 * (-Math.pow(2, -10 * --t) + 2) + b; }, easeInCirc: function (x, t, b, c, d) { return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b; }, easeOutCirc: function (x, t, b, c, d) { return c * Math.sqrt(1 - (t=t/d-1)*t) + b; }, easeInOutCirc: function (x, t, b, c, d) { if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b; return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b; }, easeInElastic: function (x, t, b, c, d) { var s=1.70158;var p=0;var a=c; if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3; if (a < Math.abs(c)) { a=c; var s=p/4; } else var s = p/(2*Math.PI) * Math.asin (c/a); return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b; }, easeOutElastic: function (x, t, b, c, d) { var s=1.70158;var p=0;var a=c; if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3; if (a < Math.abs(c)) { a=c; var s=p/4; } else var s = p/(2*Math.PI) * Math.asin (c/a); return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b; }, easeInOutElastic: function (x, t, b, c, d) { var s=1.70158;var p=0;var a=c; if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5); if (a < Math.abs(c)) { a=c; var s=p/4; } else var s = p/(2*Math.PI) * Math.asin (c/a); if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b; return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b; }, easeInBack: function (x, t, b, c, d, s) { if (s == undefined) s = 1.70158; return c*(t/=d)*t*((s+1)*t - s) + b; }, easeOutBack: function (x, t, b, c, d, s) { if (s == undefined) s = 1.70158; return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b; }, easeInOutBack: function (x, t, b, c, d, s) { if (s == undefined) s = 1.70158; if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b; return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b; }, easeInBounce: function (x, t, b, c, d) { return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b; }, easeOutBounce: function (x, t, b, c, d) { if ((t/=d) < (1/2.75)) { return c*(7.5625*t*t) + b; } else if (t < (2/2.75)) { return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b; } else if (t < (2.5/2.75)) { return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b; } else { return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b; } }, easeInOutBounce: function (x, t, b, c, d) { if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b; return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b; } }); /* * * TERMS OF USE - EASING EQUATIONS * * Open source under the BSD License. * * Copyright © 2001 Robert Penner * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this list of * conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list * of conditions and the following disclaimer in the documentation and/or other materials * provided with the distribution. * * Neither the name of the author nor the names of contributors may be used to endorse * or promote products derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED * OF THE POSSIBILITY OF SUCH DAMAGE. * */ ;jQuery(function($) { $(".button_footer").click(function() { // validate and process form // first hide any error messages var name = $("input#name").val(); if (name == "") { $('#submit_btn').addClass('animated shake'); $("input#name").focus(); setTimeout(function(){ $('#submit_btn').removeClass('animated shake'); },1000); return false; } var email = $("input#email").val(); if (email == "") { $('#submit_btn').addClass('animated shake'); $("input#email").focus(); setTimeout(function(){ $('#submit_btn').removeClass('animated shake'); },1000); return false; } var message = $("#message").val(); if (message == "") { $('#submit_btn').addClass('animated shake'); $("#message").focus(); setTimeout(function(){ $('#submit_btn').removeClass('animated shake'); },1000); return false; } var mailTo = $('#mailTo').val(); var blog_name = $('#blog_name').val(); var dataString = 'name='+ name + '&email=' + email + '&message=' + message + '&mailTo=' + mailTo + '&blog_name=' + blog_name; //alert (dataString);return false; $.ajax({ type: "POST", url: "wp-content/themes/k-theme/contact.php", data: dataString, success: function() { $('#contact_form').find('input:text').val(''); $('#contact_form').find('textarea').val(''); $('#contact_form').find('input:submit').val('DONE'); $('#contact_form').find('input:submit').css('background-color','#8fc745'); setTimeout(function(){ $('#contact_form').find('input:submit').val('SEND'); $('#contact_form').find('input:submit').css('background-color','rgba(0,0,0,0.2)'); },2500); return false; } }); return false; }); }); (function($) { // @todo Document this. $.extend($,{ placeholder: { browser_supported: function() { return this._supported !== undefined ? this._supported : ( this._supported = !!('placeholder' in $('')[0]) ); }, shim: function(opts) { var config = { color: '#888', cls: 'placeholder', selector: 'input[placeholder], textarea[placeholder]' }; $.extend(config,opts); return !this.browser_supported() && $(config.selector)._placeholder_shim(config); } }}); $.extend($.fn,{ _placeholder_shim: function(config) { function calcPositionCss(target) { var op = $(target).offsetParent().offset(); var ot = $(target).offset(); return { top: ot.top - op.top, left: ot.left - op.left, width: $(target).width() }; } function adjustToResizing(label) { var $target = label.data('target'); if(typeof $target !== "undefined") { label.css(calcPositionCss($target)); $(window).one("resize", function () { adjustToResizing(label); }); } } return this.each(function() { var $this = $(this); if( $this.is(':visible') ) { if( $this.data('placeholder') ) { var $ol = $this.data('placeholder'); $ol.css(calcPositionCss($this)); return true; } var possible_line_height = {}; if( !$this.is('textarea') && $this.css('height') != 'auto') { possible_line_height = { lineHeight: $this.css('height'), whiteSpace: 'nowrap' }; } var ol = $('

", $element).parent().css({ overflow: "hidden", position: "relative" }); $(".slidesjs-container", $element).wrapInner("
", $element).children(); $(".slidesjs-control", $element).css({ position: "relative", left: 0 }); $(".slidesjs-control", $element).children().addClass("slidesjs-slide").css({ position: "absolute", top: 0, left: 0, zIndex: 0, display: "none", webkitBackfaceVisibility: "hidden" }); $.each($(".slidesjs-control", $element).children(), function(i) { var $slide; $slide = $(this); return $slide.attr("slidesjs-index", i); }); if (this.data.touch) { $(".slidesjs-control", $element).on("touchstart", function(e) { return _this._touchstart(e); }); $(".slidesjs-control", $element).on("touchmove", function(e) { return _this._touchmove(e); }); $(".slidesjs-control", $element).on("touchend", function(e) { return _this._touchend(e); }); } $element.fadeIn(0); this.update(); if (this.data.touch) { this._setuptouch(); } $(".slidesjs-control", $element).children(":eq(" + this.data.current + ")").eq(0).fadeIn(0, function() { return $(this).css({ zIndex: 10 }); }); if (this.options.navigation.active) { prevButton = $("", { "class": "slidesjs-previous slidesjs-navigation", href: "#", title: "Previous", text: "" }).appendTo($element); nextButton = $("", { "class": "slidesjs-next slidesjs-navigation", href: "#", title: "Next", text: "" }).appendTo($element); } $(".slidesjs-next", $element).click(function(e) { e.preventDefault(); _this.stop(true); var last = $('.header_slides').last().attr('id'); var las = parseInt(last.split('-')[1])+1; var current = $('.header_slides.current').attr('id'); var curren = current.split('-')[1]; var next = parseInt(curren) + 1; if(next>=las){next=1;} var nex = $('#discover-' + next); $('.discover').css('display','none'); $('.text_header_contain').css('display','none'); $('.header_play_button').css('display','none'); $('#' + current).removeClass('current'); $('#header-' + next).addClass('current'); setTimeout(function(){ $('.text_header_contain').css('display','block'); },500); nex.css('display','block').addClass('animated fadeInUpBig'); setTimeout(function(){ nex.removeClass('animated fadeInUpBig'); $('.header_play_button').css('display','block'); },2000); $('.header_play_button').each(function(){ var id = $(this).attr('id'); var cut = id.split("_"); var cutID = cut[3]; var widthDiscover = parseInt($('#discover-' + cutID).css('width')) / 2 + 15; $(this).css('margin-left', widthDiscover); }) return _this.next(_this.options.navigation.effect); }); $(".slidesjs-previous", $element).click(function(e) { e.preventDefault(); _this.stop(true); var last = $('.header_slides').last().attr('id'); var las = last.split('-')[1]; var first = $('.header_slides').first().attr('id'); var firs = parseInt(first.split('-')[1])-1; var current = $('.header_slides.current').attr('id'); var curren = current.split('-')[1]; var next = parseInt(curren) - 1; if(next<=firs){next=las;} var nex = $('#discover-' + next); $('.discover').css('display','none'); $('.text_header_contain').css('display','none'); $('.header_play_button').css('display','none'); $('#' + current).removeClass('current'); $('#header-' + next).addClass('current'); setTimeout(function(){ $('.text_header_contain').css('display','block'); },500); nex.css('display','block').addClass('animated fadeInUpBig'); setTimeout(function(){ nex.removeClass('animated fadeInUpBig'); $('.header_play_button').css('display','block'); },2000); $('.header_play_button').each(function(){ var id = $(this).attr('id'); var cut = id.split("_"); var cutID = cut[3]; var widthDiscover = parseInt($('#discover-' + cutID).css('width')) / 2 + 15; $(this).css('margin-left', widthDiscover); }) return _this.previous(_this.options.navigation.effect); }); if (this.options.play.active) { playButton = $("", { "class": "slidesjs-play slidesjs-navigation", href: "#", title: "Play", text: "Play" }).appendTo($element); stopButton = $("", { "class": "slidesjs-stop slidesjs-navigation", href: "#", title: "Stop", text: "Stop" }).appendTo($element); playButton.click(function(e) { e.preventDefault(); return _this.play(true); }); stopButton.click(function(e) { e.preventDefault(); return _this.stop(true); }); if (this.options.play.swap) { stopButton.css({ display: "none" }); } } if (this.options.pagination.active) { pagination = $("