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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -