Re: [PHP] LightBox click detection
[email protected] ("Julian Wanke")
| Newsgroups | php.general |
|---|---|
| Organization | JSW Programms |
| Message-ID | <[email protected]> |
They do, afaik... Am 15.06.2013, 20:11 Uhr, schrieb Tamara Temple <[email protected]>: > Marc Guay <[email protected]> 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. > >