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++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -