jQuery + Fancybox trigger error on Internet Explorer 8
问题 I have this jQuery code on my page that works fine in Chrome, but I get and error on Internet Explorer 8 in the trigger('click') line $('#btnd16').click(function(e){ var iiid = $('#midet').val(); $('#d16_midethistorial_id').val(iiid); //sumamos por ajax var $mivalor = $('#d16_midethistorial_id').val() var $url = $('input#miruta').val(); $.post($url, { midethistorial_id: $mivalor }, function(data) { $("#nirefancy").fancybox({ 'width' : '90%', 'height' : '90%', 'transitionIn' : 'elastic',