December 1, 201213 yr Good evening. What is the most common technique to display an alert symbol next to an input field if the function recognises an incorrect entry on blur in javascript? Do you insert an image or use CSS to display a div with a background image for e.g? Thanks. Lee.
December 2, 201213 yr Check it out it's very easy :http://www.magicedit.com/EasyFormValidationwi.cl This one is useful http://jorenrapini.com/blog/javascript/the-simple-quick-and-small-jquery-html-form-validation-solution
December 3, 201213 yr Author Thanks very much for the reply but I was hoping for an example using native Javascript rather than jquery. The validation part isn't an issue it's just that I am trying to find the most efficient solution to display an image / symbol at the end of a field if that particular field entry is invalid. The reason why I say not jQuery as I know this makes life easier is that this is an exercise I need to finish coding in javascript and CSS. Thanks again. Lee.
December 5, 201213 yr Okey No Problem. Please check this link.. http://www.tizag.com/javascriptT/javascriptform.php
December 5, 201213 yr hello, I recommend you to use this validation code http://docs.jquery.c...gins/Validation Edited December 5, 201213 yr by stallman3738
Create an account or sign in to comment