分享我自己的success/error提示模块页面
Jun 07, 2016 am 11:39 AM默认的真不敢恭维,主要用到一个弹出提示插件,可以用来代替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('<?php echo $message ?>','ok','',1);<br />
setTimeout(function(){<br />
window.location='<?php echo($jumpUrl); ?>';<br />
},1000);<br />
}) <br />
</script><br>
<?php }else{ ?><br>
<script><br />
$(function(){<br />
tipDialog('<?php echo $error ?>','error','',1);<br />
setTimeout(function(){<br />
window.location='<?php echo($jumpUrl); ?>';<br />
},1000);<br />
}) <br />
</script><br>
<?php } ?><br>
<br>
tipDialog(css+js).rar
( 53.77 KB 下载:276 次 )
AD:真正免费,域名+虚机+企业邮箱=0元

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Learn about introductory code examples for Python programming

PHP variables in action: 10 real-life examples of use

From beginner to proficient: Code implementation of commonly used data structures in Go language

How to use PHP to write inventory management function code in the inventory management system

Java implements simple bubble sort code

Go language programming examples: code examples in web development

Huawei Cloud Edge Computing Interconnection Guide: Java code examples to quickly implement interfaces

Guidance and Examples: Learn to implement the selection sort algorithm in Java
