Tag: jQuery

  • Basic jQuery for Designers

    jQuery is like magic. It’s like the pixie dust of the web, sprinkle some here and animate a dead object to life, or there and add a subtle transition for a smoother user experience. If you’re like me, you waited way too long to learn jQuery. I hesitated to learn it because I’m not a…

  • Simple jQuery Drop Down Menu in WordPress

    There are lots of ways to make drop-down menus, and usually my preferred method is all CSS. However, an all CSS drop down menu relies on the :hover selector, which is not always desirable. It’s fine on desktops, but mobile touch devices don’t play nice with :hover. You can’t really hover with your finger, you…