Skip to content

yiqing-95/JBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

<?php

$this->widget('common.widgets.jbox.JBox', array(
    'skinBase'=>'Skins2',
    'skin'=>'Pink',
    'debug'=>false,
          ));
?>

<script type="text/javascript">
    function test1(){
        // 此例省略了前缀html:,前缀标识是不区分大小写的,也可以是HTML:
        var info = 'jQuery jBox<br /><br />版本:v2.0<br />日期:2011-7-24<br />';
        info += '官网:<a target="_blank" href="/?originalUrl=https%3A%2F%2Fgithub.com%2F%253Ca%2520href%3D"http://kudystudio.com/jbox">http://kudystudio.com/jbox</a" rel="nofollow">http://kudystudio.com/jbox">http://kudystudio.com/jbox</a>';
        $.jBox.info(info);
    }
    function test2(){

// 显示id为id-html的div内部html,同时设置了bottomText
        $.jBox('id:id-html', { bottomText: '这是底部文字' });
    }
</script>
<a href="/?originalUrl=javascript%3A%3B" onclick="test1()">test1</a>
    <br/>
<a href="/?originalUrl=javascript%3A%3B" onclick="test2()">test2</a>
    <br/>

About

中国国内比较好的一个集对话框、消息 提示框于一体的jquery插件 这里用yii的方式进行封装

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors