If its in a database, then you need to use AJAX to ping something server-side inside the click function.
$("p").click( function() {
// ajax call to addOneToTheDatabase.php
} );
Glen
On 8/6/07, ROME <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> I would like to know if someone try to make Click (link) conter in
> jQuery.
> * If user click to link, the jQuery would count the click in database.
>
> There is any solution?
>
>

