interesting jQuery alternative – laroux.js
If we are talking about jQuery alternatives there is not much on the market. With age jQuery put a little bit on weight, not mentioning it’s speed. If we are talking about weight and...
If we are talking about jQuery alternatives there is not much on the market. With age jQuery put a little bit on weight, not mentioning it’s speed. If we are talking about weight and...
Another really simple code snippet. This time, we are trying to force particular version of jQuery injecting into WordPress.
It’s pretty easy to serialise form using jQuery – $(‘#formid’).serialize(); or by $(‘#formid’).serializeArray(); But neither of them it’s easy to modify. Really useful snippet – serialise form to object.