Tips for using Parsleyjs
I been using parsley.js recently for some complex form validation , just want to share some of the tips that help. 1. If you checking on radio or checkbox as required field, using the...
I been using parsley.js recently for some complex form validation , just want to share some of the tips that help. 1. If you checking on radio or checkbox as required field, using the...
jQuery is one of my favorite JavaScript framework, I started my ajax experience by using xajax and I even ajaxed one of the open source project – Lilina , then I try to learn...
Iwas doing some ajax form submission today with jQuery and just find out this new technique that handle all the posting field. Let’s take a look the jQuery Post syntax jQuery.post( url, [ data...