Took me awhile to fined the “lable” error!
 
 
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
Alexandre Plennevaux
Sent: Friday, April 27, 2007 12:03 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] interface / tooltip / Demo error
 
Just would like to inform the interface plugin author(s) that there is a slight 
html error in the demo that prevents from working :
 
<form action="#" method="post">
<lable>Name*: <input type="text" name="name" title="You must tell your name" 
/></label>
<lable>E-mail address*: <input type="text" name="email" title="The E-mail 
address must be valid" /></label>
</form>
 
 
should be
 
 
<form action="#" method="post">
<label>Name*: <input type="text" name="name" title="You must tell your name" 
/></label>
<label>E-mail address*: <input type="text" name="email" title="The E-mail 
address must be valid" /></label>
</form>
 
Hope this is useful. 
 
Cheers !
 
Alexandre
 
 
Alexandre Plennevaux - LAb[au] asbl.vzw / MediaRuimte
Lakensestraat/Rue de Laeken 104
B-1000 Brussel-Bruxelles-Brussels
Belgie-Belgique-Belgium
Tel:+32(0)2.219.65.55
Fax:+32(0)2.426.69.86
Mobile:+32(0)476.23.21.42
http://www.lab-au.com <blocked::http://www.lab-au.com/> 
http://www.mediaruimte.be <blocked::http://www.mediaruimte.be/> 
__________________________________________________________________________
The information in this e-mail is intended only for the addressee named above.  
If you are not that addressee, please note that any disclosure, distribution or 
copying of this e-mail is prohibited.
Because e-mail can be electronically altered, the integrity of this 
communication cannot be guaranteed.
__________________________________________________________________________
 
 
Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.467 / Base de données virus: 269.6.1/777 - Date: 26/04/2007 15:23

Reply via email to