jQuery: remove all classes from an element
removeClass(), without parameters, can be used to remove all the specified CSS classes from an element.
Read more
CSS3 content slider with the :target pseudo-class
A simple but effective CSS3 content slider built with the :target pseudo-class.
Read more
WordPress: check if jQuery has been already loaded by a theme or plugin
By using the WordPress wp_script_is() function we can avoid duplicate versions of the jQuery library.
Read more
WordPress: better post dates with jQuery
A simple and effective way to create stylish and sticky post dates with jQuery on WordPress.
Read more
jQuery: sandbox, namespaces, OOP for better applications
How to safely run our jQuery applications without polluting the global namespace.
Read more
jQuery slideshows and accessibility
Some guidelines for creating accessible jQuery slideshows.
Read more
WordPress: adding a CSS minifier to our theme
How to minify the main style sheet of our WordPress theme.
Read more
jQuery: animating a tag cloud
A slick and bouncing animation on the items of a tag cloud created with jQuery.
Read more