javascript 101, url encoding with request parmaters
- by stone
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?