A quick note / bugfix, if you will: Scandinavian characters were, for me at least, getting messed up when the labels were updated with ajax.
This fixed by using utf8_decode. Change line 52 in processor.php to:
$value = str_replace("&", "&", utf8_decode($_REQUEST['value']));
And I encourage everyone to try the app out. Took like 30 seconds to
install/configure.
--
Suni
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
