Tag Archives: jquery

jQuery.instagram.js

The search for an easy-to-use Instagram API wrapper is a daunting one. Here’s the best one I’ve found thus far. It’s a jQuery plugin that will fetch the desired JSON data via AJAX. myedgenet.com.

Tagged , , , | Leave a comment

jQuery plugin for Twitter

Nice jQuery plugin for pulling in tweets. Especially when you roll in the patch at https://github.com/henrik/henrik.nyh.se/blob/0971e2b54b67955aae9039c50d7f1800afee164a/js/jquery.twitter.js to let you filter out @ replies. jQuery plugin for Twitter – blog – coda.coza.

Tagged , , , , | Leave a comment

Customizing Form Fields with CSS and jQuery

As promised, here is a discussion on how I customized some form elements with a fancy look and feel. It’s really fairly simple and utilizes nothing but standard form controls and some unordered lists.

Tagged , , , , , | 4 Comments

Creating a Tabbed Interface with CSS and jQuery

Here’s a piece I put together recently for a client who wanted a tabbed interface on one of their pages. My goal in doing it was to make it as accessible and semantic as possible. One requirement I gave myself … Continue reading

Tagged , , , , , | 2 Comments