OK, thanks for the info. Any idea around when 1.2 will be released?
- Jack
Gonzo wrote:
Thanks for catching that problem. There was a problem when the
metadata plugin switched from $.meta to $.metadata (see
http://tinyurl.com/yv8mw5).
These demo files must've been missed for the release of v1.1.2, but
they are correct in current SVN. Jörn will probably update the demos
on his site, but I don't know if you should expect another release
before 1.2 (which will be worth the wait). In the meantime, you can
download the current version and just change the one line that is
causing the error in the demo (for the radio/checkbox/select demo
change line 15 change from $.meta.setType(...) to
$.metadata.setType(...)).
On Jan 5, 2:15 am, Jack Killpatrick <[EMAIL PROTECTED]> wrote:
Jörn, (or anyone that knows of some alternate links)
In Firefox 2.x this page throws a js error when it loads, and doesn't
seem to work:
http://jquery.bassistance.de/validate/demo-test/radio-checkbox-select...
error (from Firebug console):
$.meta has no properties
$.meta.setType("attr", "validate");
This page throws it, too:
http://jquery.bassistance.de/validate/demo-test/custom-methods-demo.html
Just letting you know.
Thanks,
Jack