Fredp
Junior Member
Posts: 2
Registered: 8/22/2005
Member Is Offline
|
| posted on 8/22/2005 at 09:27 AM |
|
|
Same problem ++ SAFARI ++ validation
Hello,
same problem here, checking the compatibility table in the free version page I notice the PRO note, but does that mean that the table is only valid
for pro version ? I would then be wize to provide a table for the free version.
Could anybody give us some info ?
Fred
|
|
|
Fredp
Junior Member
Posts: 2
Registered: 8/22/2005
Member Is Offline
|
| posted on 8/23/2005 at 04:28 PM |
|
|
Added comment
We actually checked both demos, free and pro in safari1.3, none work.
Fred
|
|
|
CFD
Moderator
Posts: 48
Registered: 12/8/2003
Member Is Offline
|
| posted on 8/25/2005 at 02:44 PM |
|
|
Updated version in attach.
Attachment: validator.zip (2.42kb)
This file has been downloaded 1140 times
|
|
|
cesarvargas55
Junior Member
Posts: 3
Registered: 6/8/2006
Member Is Offline
|
| posted on 6/8/2006 at 02:11 PM |
|
|
SAFARI posible solution
Just remove the comma at the end of the a_fields
var a_fields = {
......
'contact_fax':{'l':'Fax','r':false,'t':'t_contact_fax'},
'contact_email':{'l':'E-mail Address','r':false,'f':'email','t':'t_contact_email'} <-- NO COMMA
},
o_config = {
'to_disable' : ['Submit'],
'alert' : 1
}
// validator constructor call
var v = new validator('internship_form', a_fields, o_config);
|
|
|
pinecone
Junior Member
Posts: 3
Registered: 1/15/2007
Member Is Offline
|
| posted on 1/15/2007 at 10:01 AM |
|
|
work around
hey just wanted to say that the "work around" worked beautifully! it was not working at all until i did that, now it works great.
thanks again.
|
|
|