Which would be a better way to load data via ajax
- by Mike
I am using google maps and returning html/lat/long from my MySQL database
Currently
A user picks a business category e.g; "Video Production".
an ajax call is sent to a CodeIgniter controller
the Controller then queries the db, and returns the following data via JSON
Lat/Long of the marker
HTML for the popup window
this is approximately 34 rows…