Comunidad de diseño web y desarrollo en internet online

Conflito jquery entre Wordpress e Colorbox

Citar            
MensajeEscrito el 29 Mar 2015 10:48 pm
Estoy intentando hacer funcionar Colorbox en un sítio pero al colocarlo la parte del slider desaparece. Coloqué el código del noconflict pero el problema persiste:

Código Javascript :

 <script>
   var $a = jQuery.noConflict();
      $a(document).ready(function(){
         //Examples of how to assign the ColorBox event to elements
         $a(".example5").colorbox();
         //Example of preserving a JavaScript event for inline calls.
         $a("#click").click(function(){ 
            $a('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
            return false;
         });
      });
   </script>


Alguna idea de cómo resolver el problema? Desde ya agradezco.

Por Ishkandar

Claber

303 de clabLevel



Genero:Masculino  

chrome
Citar            
MensajeEscrito el 27 May 2015 09:15 am
trata de meterlo en el head:

add_action('wp_head', function() {
?>

<script>
var $a = jQuery.noConflict();
$a(document).ready(function(){
//Examples of how to assign the ColorBox event to elements
$a(".example5").colorbox();
//Example of preserving a JavaScript event for inline calls.
$a("#click").click(function(){
$a('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
return false;
});
});
</script>
<?php
});

Por trasweb

17 de clabLevel



 

Programador Web A Medida

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.