ajax - jquery.load() returns a 404 error in Safari -
$(document).ready(function(){ $('.choice_1').click(function(e) { var url = $(this).attr('href'); $('.con_cen').load('cal_month.html'); e.preventdefault(); })
this happens when try load widget jquery ui. if load standard page works fine. safari javascript console says 404. works fine other major browsers. suggestions?
thanks, mike
Comments
Post a Comment