Category Archives: jQuery

Using jQuery in bookmarklets

Writing a javascript bookmarklet is a great way to add functionality to a web page that you don’t control. But if you use jQuery, wouldn’t it be neat to be able to use that in your bookmarklet? You can do … Continue reading

Posted in Javascript, jQuery | Tagged , | 2 Comments

Hiding table columns with jQuery

A nice example of hiding a table column using jQuery is here: http://www.devcurry.com/2009/07/hide-table-column-with-single-line-of.html That example shows how to hide a single column. How might you do it if you have a row of tickboxes, one for each column? Here is … Continue reading

Posted in jQuery | Tagged , | Leave a comment

jQuery – SelectorGadget and interactive tester

One of the fundamental features of the jQuery javascript library is its powerful selectors, that allow you to find elements in the DOM tree using CSS syntax. However, it can be annoying if you are writing some code and your … Continue reading

Posted in jQuery | Tagged , | Leave a comment