jquery - fancybox on IE8: property o method not supported. line:2479 -



jquery - fancybox on IE8: property o method not supported. line:2479 -

i using fancybox next error:

property or method not supported... (i translating italian) jquery-last-version.js line:2479 character:4

it works fine firefox, chrome, safari , ie9... ie8, not.

what can be?

this code:

$("#select_customer").click(function () { var url = $(this).attr("href"); $.fancybox({ 'type' : 'iframe', 'href' : "customer.php?mode=select_customer_box", 'zoomopacity' : true, 'overlayshow' : true, 'width' : 350, 'height' : 250, 'zoomspeedin' : 500, 'zoomspeedout' : 500, 'autoscale' : true, 'onclosed' : function () { if ($("#search").length > 0) { $("#search").trigger('click'); } else { location.replace($(location).attr('href')); } } }); homecoming false; });

thank much, federico

jquery internet-explorer-8 fancybox

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -