02.06.2013 Views

DOM Traversal Methods

DOM Traversal Methods

DOM Traversal Methods

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Effect <strong>Methods</strong><br />

With the element initially displayed, we can hide and show it slowly:<br />

$('.trigger').click(function() {<br />

$('.target').toggle('slow', function() {<br />

$(this).log('Effect complete.');<br />

});<br />

});<br />

[ 136 ]

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!