Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/05/2011, 07:08
Avatar de RIVERMILLOS
RIVERMILLOS
 
Fecha de Ingreso: marzo-2010
Mensajes: 1.336
Antigüedad: 14 años, 2 meses
Puntos: 15
problema jquery y plugin facebox.

Hola estoy utilizando el plugin facebox de jquery esto es lo que estoy haciendo ...


Código:
$(document).ready(function(){
$("#button_pay").live("click",function(){
   gift=$(':radio[name=item_pay]:checked').val();
   jQuery.facebox('<iframe src="www.google.com" scrolling="no" frameborder="0"
   style="border:none; overflow:hidden; width:650px; height:500px;" 
   allowTransparency="true"></iframe>');
});
});
y en la consola de errores me sale lo siguiente

Error: jQuery.facebox is not a function
Archivo de origen:
Línea: 5

que puede hacer.


saludos