
08-05-2009, 12:32
|
|
|
|
חבר מתאריך: 15.02.09
הודעות: 292
|
|
מה שביצעתי עד עכשיו ולא עזר :
adding under the header
<script type="text/javascript" src="inc/livevalidation.js"></script>
and use this
קוד PHP:
<div id = "first"><input type = "text" name="first_name" maxlength ="15" id = "pvname" /></div><span id = "new_user">שם פרטי:</span></br>
<script type = "text / javascript"> var ppvname = new LiveValidation( ' pvname', { validMessage: "אאא", wait: 500 } ); ppvname.add( Validate.Presence, { failureMessage: "Don't just ignore me, I wanna be your friend!" } ); ppvname.add( Validate.Format, { pattern: /^hello$/i, failureMessage: "How come you've not said 'hello' yet?" } ); </script
still can get it to work please help
|