jQuery

  • Inbox: How do I remove jQuery

    ·

    A message in my inbox this week asked for help removing jQuery from the front-end of a site. In this particular case, jQuery wasn’t being used and just slowed down the page.

    Read More

  • Hi jQuery, Meet Vagrant

    ·

    I use Vagrant for local development on WordPress. It made perfect sense to use it for local jQuery development, too. This weekend I put the finishing touches on a patch to add Vagrant support to the jQuery project – now you can leverage the power of this awesome tool as well!

    Read More

  • Don’t Dequeue WordPress’ jQuery

    ·

    As a moderator on the WordPress Stack Exchange, I end up spending a lot of time on the site.  I see lots of great questions, lots of not-so-great questions, and several you’ve-got-to-be-kidding-me questions.  But the question I see the most often frustrates me: How do I remove WordPress’ jQuery and use Google’s CDN version instead?

    Read More

  • jQuery as a Global Event Bus

    ·

    Some time ago, I made a mistake.  Rather than taking the time to truly understand how events worked in jQuery, I built my own JavaScript library to handle event delegation. It worked, but why reinvent the wheel? It turns out jQuery is perfectly capable of serving as a global event bus for all of your

    Read More