Introducing SelectorGadget: point and click CSS selectors
October 17th, 2009
No comments
I installed this bookmarklet a while back after hearing about it on the polymorphic podcast from Dave Ward: http://encosia.com/
I haven’t found it very useful until today. This screenshot should some up how I used it:
I need a jquey selector to enable me to select the Contact (3rd) DropDown box.
First I clicked the 2 Contact Boxes making them green, then I removed the selection form the Filter By Role DropDown,
and SelectorGadget told me I needed to use the “select:nth-child(3) to get the Contact’s DropDown! Very cool!
SelectorGadget is an open source bookmarklet that makes CSS selector generation and discovery on complicated sites a breeze.
via Introducing SelectorGadget: point and click CSS selectors.
