Yes. Any element on the page will respond to click events, except for
disabled form inputs.
$('div#myDiv').click(function()
{
    alert('myDiv was clicked');
});

-Hector


On Fri, Nov 21, 2008 at 2:40 PM, lukas <[EMAIL PROTECTED]> wrote:

>
> Is it possible to "click" or select a DIV with jquery?
>
> $("DIV ID or Class?").click(function() { .....

Reply via email to