The jquery validator plugin is veyr sweet. Its saved me a lot of time more than a few times. I very much like being able to combine optional rules with regex to handle very complex validation rules.
On Tue, Jun 11, 2013 at 9:27 PM, Jerry Barnes <[email protected]> wrote: > > "As a side note, I discovered that HTML5 form validation does not work on > Safari, Android or IE." > > Until HTML 5 validation becomes more standardized, I will continue to use > the following jQuery validation plugin: http://jqueryvalidation.org/ > > It is widely used. Plenty of answered questions on stack overflow. With > minimal setup you can have validation by simply putting "date" or "digits", > or "numbers" in the class attribute. You can extend to ranges and such. > You can build some extensive customized validation if you need. > > I've looked at Foundation. It has a menu that I like. End the end though, > I found bootstrap easier to use and more importantly, easier to explain to > other programmers who aren on the lower side of the trend or just don't > give a damn about trends. > > J > > - > > Ninety percent of politicians give the other ten percent a bad reputation. > - Henry Kissinger > > Politicians are people who, when they see light at the end of the tunnel, > go out and buy some more tunnel. - John Quinton > > > On Tue, Jun 11, 2013 at 6:50 PM, Bruce Sorge <[email protected]> wrote: > > > > > So I was looking around at learning more about building > responsive > > websites and I ran across Foundation 4 (http://foundation.zurb.com/). > > It's pretty slick I think. Just click on the features you are looking > for, > > and click Download Custom Build, and you have a set of code that does > most > > of the work for you (an HTML page with examples, the required JS and > CSS). > > I tried it out on a site I have that the client wanted to be responsive > and > > it worked like a charm. The site is > > http://www.makeaherodonations.com/themovement. (you can see the form but > > can't submit it because you need a special code to enter). I tried this > > site out on FF, Opera, Safari, IE on my laptop, on my wife's Kindle HD > > Fire, her Android phone and my iPhone and it worked great. It get all > > screens with ease. > > > > As a side note, I discovered that HTML5 form validation does not work on > > Safari, Android or IE. But works great on FF, Chrome and Opera. > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:364522 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm
