As you may know I've been going throw the JS code and (hopefully!)
making some improvements. ValidateThis currently uses jQuery 1.5.
There are two minor updates which have a few bug fixes in them,
however jQuery is now on 1.6.2.
Reading through the 1.6.2 docs, some things may break:
- The Field Plugin-in uses form.elements, which isn't supported in
jQuery 1.6 anymore. (I see that Dan has released a newer version of
the plugin to solve this)
- The validate plugin on CDN is version 1.8.1 which does support
jQuery 1.6. Version 1.9 does, but is not on CDN
- The other changes I don't think effect ValidateThis
My feeling is to upgrade VT to using jQuery 1.5.2 (not 1.6) unless
people think differently.
Thanks.
- John
Cheers,
Bob
> --
> You received this message because you are subscribed to the Google Groups "ValidateThis-dev" group.
> To post to this group, send email to validate...@googlegroups.com.
> To unsubscribe from this group, send email to validatethis-d...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/validatethis-dev?hl=en.
>
>
--
Bob Silverberg
www.silverwareconsulting.com
I saw you'd updated it - nice work. Is the new version still
compatible with jQuery 1.5.2?
Thanks!