Skip to content
Advertisement

Tag: ajax

jQuery click makes multiple AJAX calls

I’ve got multiple jQuery scripts working together. One binds the click actions to the elements, another handles the specific functions. Although trying to stop multiple calls in different ways i can still fire off two calls by clicking really fast. After the success call rebinds the action its also possible to double the number of calls each time it comes

plot lightning data in Google maps

I’ve got a weather website, which misses lightning data. I found a data source from Blitzortung.org wich contains the Lat, Lon and time info of a lightning strike. How do I get this on Google Maps? I want the data to be realtime, just like on blitzortung.org. It should be displayed on the map, preferably as a red or yellow

Advertisement