Welcome Guest, Not a member yet? Register   Sign In
JS nightmares
#8

[eluser]CroNiX[/eluser]
I think part of the problem is you are telling jQuery that the result is going to be in json format ( dataType: "json"), and then you pass it html + json (according to your FB output). Also, that is not json, its a php array. You need to run json_encode() on the array before sending it back from the /custom/map/search function.


Messages In This Thread
JS nightmares - by El Forum - 12-26-2010, 10:06 PM
JS nightmares - by El Forum - 12-26-2010, 10:19 PM
JS nightmares - by El Forum - 12-26-2010, 11:02 PM
JS nightmares - by El Forum - 12-27-2010, 01:13 AM
JS nightmares - by El Forum - 12-27-2010, 10:37 PM
JS nightmares - by El Forum - 12-27-2010, 11:08 PM
JS nightmares - by El Forum - 12-28-2010, 09:08 AM
JS nightmares - by El Forum - 12-28-2010, 04:46 PM
JS nightmares - by El Forum - 12-28-2010, 07:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB