Tagged: jquery

2

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...

0

Tips for using jQuery Load

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...