Re: LightBox click detection

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



They do, afaik...

Am 15.06.2013, 20:11 Uhr, schrieb Tamara Temple <tamouse.lists@xxxxxxxxx>:

Marc Guay <marc.guay@xxxxxxxxx> wrote:
$('.lightbox-image-class').click(function(){
    $.post('ajax.php', {click: true});
});

Do javascript DOM events stack? If they do, this is definitely the
simplest way to go. If they don't, you need to capture the previous
click handler and call it.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux