Domande taggate «fancybox»

1
fancybox - d.onCleanup non è una funzione
questo mi sta facendo impazzire. Iv'e ha creato una semplice pagina di prova .. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript" src="../admin/UI/js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="admin/fancybox/jquery.fancybox-1.3.4.pack.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("#foo").fancybox({ 'autoDimensions': false, 'width' : '750', 'height' : '90%', 'transitionIn' : …
136 fancybox 

4
Fancybox non funziona con jQuery v1.9.0 [f.browser non è definito / Impossibile leggere la proprietà "msie"]
Fancybox rompe con il nuovo jQuery v1.9.0. Colpisce sia Fancybox v1.3.4 e precedenti - sia - v2.1.3 e precedenti. Gli errori visualizzati sono: v1.3.4: Timestamp: 15/01/2013 10:03:28 AM Error: TypeError: b.browser is undefined Source File: ...fancybox/jquery.fancybox-1.3.4.pack.js Line: 18 ... altri errori Uncaught TypeError: Cannot read property 'msie' of undefined jquery.fancybox-1.3.4.pack.js:18 …

Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.