Closed bmaingret closed 12 years ago
Good catch! You are right. According to jQuery syntax: "~" is the Next Siblings Selector (“prev ~ siblings”) - selects all sibling elements that follow after the "prev" element, have the same parent, and match the filtering "siblings" selector.
So, input field & its "fmsg" span should be together under their parent.
This is the demo page & I think it works with multiple errors because it set errors from top, down. http://demo.thinphp.com/contact-us
I will investigate more & fix it. Thanks again :)
Fixed in this commit: https://github.com/ngduc/Thin-PHP-Framework/commit/a920978bdc5f2fd04d27bfef4f8b427d1aa3b28f
Thanks again seven-up! :)
btw, a new version has just been released v0.55
Hi, I don't know if it is the behavior researched, but when you put :