2、做好控制,ajax请求最好在上一次完成后再发起下一次请求,所以要加一个完成的判断,然后再间隔1秒发起新的ajax请求。
css修改下<style>
*{margin:0padding:0}
.shell{margin:20px autoposition:relativewidth:439pxheight:263pxborder:#666 10px solidbackground:#FAFAFA}
.shell p{position:absolutewidth:87pxheight:87pxbackground:url(images/pingtu.jpg) no-repeat 0 0cursor:pointer}
.bar{margin:0 autowidth:439pxfont:600 16px/1.8em Verdana}
.bar em{font-style:normalmargin-right:10pxcolor:#F00}
#showall{font:12px/1.8em Verdanacursor:pointer}
#show{ background:url(images/pingtu.jpg) no-repeat 0 0}
</style>
然后js代码中100的地方都改成88
*参数:$message 要在弹出提示框中显示的文字 $url 点击后跳转的路径,为空则不跳转*使用方法:
*$js = new makeJs()//以下介绍使用方法省略此句
*$js->jsAlert(显示的文字,'跳转页面URL')//弹出对话框,点击确定后跳转到php.php页面
*$js->jsAlert(显示的文字,'')//弹出对话框,点击确定后没有跳转
这用法已经写出来来啦 ,new一个对象,接着用里面的方法就行了。
不懂的到99d-软件站看教程