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
Post a Comment