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