Re: LightBox click detection

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

 



$('.lightbox-image-class').click(function(){
    $.post('ajax.php', {click: true});
});

and do your DB work in ajax.php

http://api.jquery.com/jQuery.post/

On 14 June 2013 09:52, Tedd Sperling <tedd@xxxxxxxxxxxx> wrote:
> Hi gang:
>
> It's Friday so I am allowed to ask odd questions.
>
> Here's the problem --  I need to count the number of times a user activates a LightBox -- how do you do that?
>
> Here's a LightBox Example:
>
>    http://www.webbytedd.com/c2/lightbox/
>
> All the javascript is there (jQuery et al).
>
> Ideally, I would like to have a php/javascript combination that would:
>
> 1. Detect when a user clicked the LightBox;
> 2. Pass that value to PHP so I can keep count.
>
> Any ideas?
>
> Cheers,
>
> tedd
>
> _____________________
> tedd@xxxxxxxxxxxx
> http://sperling.com
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
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