Hi,
I'm using cluetip in the following way:

$('#content div.product_photo a.load-local').cluetip({
 cursor:'pointer',
 cluetipClass:'rounded',
 dropShadow:false,
 width:'260px',
 hoverIntent: {    
  sensitivity:  1,
  interval:     100,
  timeout:      200
  },
 fx: {
  open:       'fadeIn',
  openSpeed:  ''
}
});

I have several links that when are hovered cluetip is activated and
makes an ajax get call to
a php file. The call is like: file.php?var1=dfs&var2=sfd&var3=238479

The problem is that the result is gibberish!!
All files are utf-8 (saved like that and the meta content-type)
Database is in the utf-general format.
What is even weirdest is that the result in Safari works fine however
in firefox & explorer it does not.

Also, if you view the page source the characters look fine but when
the call is viewed through firebug
it is full of gibberish.

You can test it here: http://www.deliverde.gr/shop
Choose a product with greek name and hover over the image. The result
should be the above.
Please any help would be appreciated

ion

Reply via email to