views:

36

answers:

1

Hi, the problem is that the tooltips shows and error in the script (don't know what could it be) in IE7

Can you take a look??

If you need any of the code or something else please ask...

A: 

The error is not in your js but in your php!

for istance, your code break, in the setupMap.js

    map: {
                id: 'colono',
                image: 'images/map/colono.png',
                //data: 'popups/colono.php',
                maps: [
                  ....

try to comment the data: 'popups/colono.php', and you'll see no error!

maybe you are sending a malformed json!?

aSeptik
you where right ^^, I got some commas at the end of my tooltip scripts inside the colono.php, thanks a lot n.n
Omegakenshin