Posts tagged ‘howto’

Creating a Custom jQuery Selector

Friday, September 19th, 2008

This isn’t a new topic, but I had the need to create a custom jQuery selector today, so I thought I’d share. Whether you are a jQuery newbie or seasoned pro, you know that jQuery has very powerful selectors. In addition to the class and id selectors, there are over 30 selection expressions that use the colon syntax (:first, :even, :hidden, :input, etc.). If one of the existing selectors doesn’t fit your needs, jQuery provides you the flexibility to create your own!

Read the rest of this entry »

Run Firefox 2 and 3 simultaneously

Thursday, August 28th, 2008

Despite the vast improvements in Firefox 3, I’ve still been using Firefox 2 because of the instability of Firebug 1.2 (beta versions). The final Firebug 1.2 version was released recently, and many of the issues have been resolved, however, I thought I’d post the steps I took to run both Firefox versions together:

Read the rest of this entry »