Jquery show() not working in FF
- by Andrea Zironda
I have issues with FF & Jquery .show().
my website shows an embedded map from google in clicking a link.i have got a javascript function that handle this, in safari it works great.FF won't show the map.
this is the js. function:
function mostraPagina(nome){
if (nome='mappa'){
$('#mappa').load('contenuti/mappe/mappa_thiene.html');
…