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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -