Beautify those javascript alerts
- Details
- Category: jQuery
- Published: Saturday, 03 November 2012 21:35
- Hits: 27771
One of the most annoying things users experience is when submitting any kind of form on a website, before they complete the required fields with correct data, is getting those alert "pop-ups" generated by JavaScript. Well, there's always a way to overcome this without messing up with the original JavaScript code that triggers it (ex. formvalidation.js). Using just a simple jQuery instruction (...)