 |
|
จะทำให้ลิงค์ไปถ้าอื่นยังไงครับ
Code (PHP)
<script type="text/javascript">
$(function(){
$("#demoForm").formwizard({
formPluginEnabled: true,
validationEnabled: true,
focusFirstInput : true,
formOptions :{
success: function(data){$("#status").fadeTo(500,1,function()
{ $(this).html("You are now registered!").fadeTo(5000, 0); });},
dataType: 'json',
resetForm: true
}
}
);
});
</script>
Tag : PHP, HTML/CSS, JavaScript, jQuery
|
|
 |
 |
 |
 |
Date :
2015-04-30 02:19:22 |
By :
eos7d |
View :
1167 |
Reply :
2 |
|
 |
 |
 |
 |
|
|
|
 |