Home › Forums › MapPress Support › Ajax response not working for setCenter() etc › Reply To: Ajax response not working for setCenter() etc
July 24, 2013 at 7:49 am
#13071
Hi,
I don’t think you want to wrap your function calls in jQuery(). Try:
mapp0.setCenter(response);
Instead of:
jQuery(mapp0.setCenter(response));