jQuery Operations Lab Page

Type any jQuery expression that results in a jQuery wrapped set into the text field below and press the Execute button.

Try these:

$('ul.myList').hide()

$('img').addClass('seeThrough')

$('img[alt]').add('img[title]')

$('img[title]').not('[title*=puppy]')