Home  >  Article  >  php教程  >  分享我自己的success/error提示模块页面

分享我自己的success/error提示模块页面

WBOY
WBOYOriginal
2016-06-07 11:39:121493browse

默认的真不敢恭维,主要用到一个弹出提示插件,可以用来代替alert,覆盖./ThinkPHP/Tpl/dispatch_jump.tpl就行了,我用的是tp3.2.3(重新补上了图片 →_→)
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br> <br> <br>     <meta> <br>     <title>Document</title> <br>     <script>/jquery-1.7.2.min.js"></script><br>     <link>/tipDialog.css"/><br>     <script>/tipDialog.js"></script><br> <br> <br>     <?php if(isset($message)) {?><br>         <script><br /> $(function(){<br /> tipDialog(&#039;<?php echo $message ?>&#039;,&#039;ok&#039;,&#039;&#039;,1);<br /> setTimeout(function(){<br /> window.location=&#039;<?php echo($jumpUrl); ?>&#039;;<br /> },1000);<br /> }) <br /> </script><br>     <?php }else{ ?><br>         <script><br /> $(function(){<br /> tipDialog(&#039;<?php echo $error ?>&#039;,&#039;error&#039;,&#039;&#039;,1);<br /> setTimeout(function(){<br /> window.location=&#039;<?php echo($jumpUrl); ?>&#039;;<br /> },1000);<br /> }) <br /> </script><br>     <?php } ?><br> <br> 分享我自己的success/error提示模块页面分享我自己的success/error提示模块页面
分享我自己的success/error提示模块页面
分享我自己的success/error提示模块页面

附件 tipDialog(css+js).rar ( 53.77 KB 下载:276 次 )

AD:真正免费,域名+虚机+企业邮箱=0元

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:jQuery砸金蛋_砸金蛋特效phpNext article:csv 文件操作