javascript 101, url encoding with request parmaters
Posted
by stone
on Stack Overflow
See other posts from Stack Overflow
or by stone
Published on 2010-05-07T11:41:57Z
Indexed on
2010/05/07
11:48 UTC
Read the original article
Hit count: 158
I'm looking at the google maps api tutorial and i see this
<script type="text/javascript" src="http://www.google.com/jsapi?autoload={'modules':[{name:'maps', version:3,other_params:'sensor=false'}]}"></script>
Why is modules in single quotes?
© Stack Overflow or respective owner