I know practically nothing about jquery so please help me
I try this
function googlemapLinks {
$('div.gmnoprint a').attr("href").replace('ll','q');
}
it does not work
I have a <div class="gmnoprint">
In that div Google maps puts a javascript link in
maps.google.com/maps?ll=5.....
I need maps.google.com/maps?q=5.....
Can you show me a function I can drop in a script file?