jQuery('#idOfImageToBeClicked').bind('click', function()
{ jQuery('#newDiv').show(); });

On Oct 19, 10:03 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a 16x16 image that will be dragged around the screen as part of
> a larger DIV.  When someone clicks on the image, I'd like another DIV
> (id="newDiv") to appear directly beneath the image.   The DIV with
> id="newDiv" is initially hidden.  How do I do this with JQuery?
>
> Thanks, - Dave

Reply via email to