Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Converting address into Google Maps link Re: Converting address into Google Maps link

#124484
Paulie_D
Member

Ohhh…you mean that you want the address in the browser as it’s coded and not shoved into a string.

That being the case, I think the best thing to do is to have a set of spans (address lines if you will), let the JS grab the text inside each one and the concatenate all of that….then only submit it to GMaps on a click.

I confess I’m at an early stage with JQuery but that would seem to be the logical way to do it.

Anyone else?