Hi,

Thanks a lot, exactly what I am looking for.

Cheers
james

On May 22, 6:50 pm, "Alexandre Plennevaux" <[EMAIL PROTECTED]>
wrote:
> 1/ you can make any tag clickable by adding a "click" event. That's thanks
> to javascript, but jquery makes it more easily accessible.
>
> $('p').click(function(){
>
> // do this and do that
> ...
>
> });
>
> As for the cursor "hand" look , you can do that in css
> p{
> Cursor: pointer;
>
> }
> -----Original Message-----
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> Behalf Of james_027
> Sent: mardi 22 mai 2007 10:05
> To: jQuery (English)
> Subject: [jQuery] Text Button
>
> Hi,
>
> Is this the best way to make a text button?
>
> <a href="#">Click Me!</a>
>
> It's nice that even with using <a href="#"> jquery could make almost any tag
> to have click event, but the problem is the cursor doesn't indicate that
> it's clickable.
>
> Thanks in advance for any tips, suggestion, guides
>
> cheers,
> james
>
> Ce message Envoi est certifié sans virus connu.
> Analyse effectuée par AVG.
> Version: 7.5.467 / Base de données virus: 269.7.6/814 - Date: 21/05/2007
> 14:01

Reply via email to