As we have seen in the previous two articles on Extending jQuery :: Part 1 – Miniature Plugins and Extending jQuery :: Part 2 – Standalone Methods, jQuery provides us some nice ways to extend it’s functionality. However, a little known feature of jQuery is its ability to extend its selectors. Here we will take a look at how to do that. Read More