[jQuery] Do I need Livequery?

[jQuery] Do I need Livequery?


Hello there :)
I've got a bit stuck. I suspect this is a job for Livequery, but can't
understand how to use it (sorry, Ariel).
With this:
$( '.showlayer' ).click( function () {
    $( '#div1 ).fadeIn( 750 );
I'm trying to make each link with a class of 'showlayer' show the div
which is named in its href:
<a href="#div1" class="showlayer">
This probably should be simple, but I'm tying myself in knots!
Would some kind person point me towards the solution, please?
Thank you.
Cherry