Category: Javascript
JQuery animations are great, but they queue up when multiple animations are applied to the same object. To learn how to cancel a JQuery animation read this article.
The JQuery framework used by wordpress is not accessible by other custom javascript. Here is how to access the JQuery object loaded by Wordpress instead of having to reload another JQuery script file.
Want to load a javascript file asynchronously using JQuery? Here is how to do it.
The simplest possible code snippet to implement javascript Ajax feature.
A javascript function based on regular expressions to trim a string of spaces on either sides.