風之紫色  BLOG

wordpress二次开发之ajax注册,登录,取消邮件发送密码

Wordpress2012-05-11 13:16
wordpress二次开发之ajax注册,登录,取消邮件发送密码:
效果图:



html代码:
代码如下 <div id="container">

js,ajax,php打造进度条

php2011-11-15 09:45
js,ajax,php打造进度条实例:  var progress = 0;var total = 50;var end = 0;var timer = null;function run(){ end = parseInt($("#progress-bar").width());go = end / total;timer = setInterval("my_progress()",100);}function my_progress(){progress += go;if(progress
    Copyright © 風之紫色, All Rights Reserved.Theme by 風之紫色.Style as Facebook.
    Time:0.03548s,Mem1.518296M
    FZ 1.0   Author : 風之紫色