Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It seems like it exists a bug in jQuery reported here : <strong><a href="http://bugs.jquery.com/ticket/13183" rel="noreferrer">http://bugs.jquery.com/ticket/13183</a></strong> that breaks the Fancybox script.</p> <p>Also check <strong><a href="https://github.com/fancyapps/fancyBox/issues/485" rel="noreferrer">https://github.com/fancyapps/fancyBox/issues/485</a></strong> for further reference.</p> <p>As a workaround, rollback to <strong><a href="http://code.jquery.com/jquery-1.8.3.js" rel="noreferrer">jQuery v1.8.3</a></strong> while either the jQuery bug is fixed or Fancybox is patched.</p> <hr> <p><strong>UPDATE</strong> (Jan 16, 2013): Fancybox <strong><a href="http://www.fancyapps.com/fancybox/#license" rel="noreferrer">v2.1.4</a></strong> has been released and now it works fine with jQuery v1.9.0. </p> <p><strike>For fancybox v1.3.4- you still need to rollback to <strong><a href="http://code.jquery.com/jquery-1.8.3.js" rel="noreferrer">jQuery v1.8.3</a></strong> or apply the <strong><a href="http://code.jquery.com/jquery-migrate-1.0.0.js" rel="noreferrer">migration script</a></strong> as pointed out by @Manu's answer.</strike></p> <hr> <p><strong>UPDATE</strong> (Jan 17, 2013): Workaround for users of <strong>Fancybox v1.3.4</strong> :</p> <p>Patch the <strong><a href="http://fancybox.net/js/fancybox-1.3.4/jquery.fancybox-1.3.4.js" rel="noreferrer">fancybox js file</a></strong> to make it work with jQuery v1.9.0 as follow :</p> <ol> <li>Open the <em>jquery.fancybox-1.3.4.js</em> file (full version, <strong>not pack version</strong>) with a text/html editor.</li> <li><p>Find around the line 29 where it says : </p> <pre><code>isIE6 = $.browser.msie &amp;&amp; $.browser.version &lt; 7 &amp;&amp; !window.XMLHttpRequest, </code></pre> <p>and replace it by (<strong>EDITED</strong> March 19, 2013: more accurate filter):</p> <pre><code>isIE6 = navigator.userAgent.match(/msie [6]/i) &amp;&amp; !window.XMLHttpRequest, </code></pre> <p><strong>UPDATE</strong> (March 19, 2013): Also replace <code>$.browser.msie</code> by <code>navigator.userAgent.match(/msie [6]/i)</code> around line 615 (and/or replace all <code>$.browser.msie</code> instances, if any), thanks <a href="https://stackoverflow.com/users/2073656/joofow">joofow</a> ... that's it!</p></li> </ol> <p>Or download the already patched version <strong><a href="http://www.picssel.com/playground/jquery/fancybox/jquery.fancybox-1.3.4_patch.zip" rel="noreferrer">from HERE</a></strong> (UPDATED March 19, 2013 ... thanks <a href="https://stackoverflow.com/users/1189971/fairylee">fairylee</a> for pointing out the extra closing bracket)</p> <p><strong>NOTE</strong>: this is an unofficial patch and is unsupported by Fancybox's author, however it works as is. You may use it at your own risk ;)</p> <p>Optionally, you may rather rollback to <strong><a href="http://code.jquery.com/jquery-1.8.3.js" rel="noreferrer">jQuery v1.8.3</a></strong> or apply the <strong><a href="http://code.jquery.com/jquery-migrate-1.0.0.js" rel="noreferrer">migration script</a></strong> as pointed out by @Manu's answer.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload