阅读背景:

一些关于jquery ui 的 跟插件开发

来源:互联网 
/*
 * @author wangshiping461
 * @date 2015-10-13
 * 【滚动公告类型插件】
 * @param:Object
 * noticeGroup:[{
  *               notice_content:"https://www.baidu.com",
  *                 notice_name:"测试1",
  *                 message:"公告测试一",
  *                 type:"2",    1为滚动,2为直接弹出
  *                 openType:"1"  1为弹出框弹出,二为在新tab页打开链接
  *             }]
 * **************用法介绍开始********************
 *require("component/noticeBar");
 * 引用组件的ItemView里面相关使用:
 * this.$("#noticeBar").pager({
    noticeGroup:[{
  *               notice_content:"https://www.baidu.com",
  *                 notice_name:"测试1",
  *                 message:"公告测试一",
  *                 type:"2",    1为滚动,2为直接弹出
  *                 openType:"1"  当点击滚动链接时,1为弹出框弹出,二为在新tab页打开链接
  *             }]
 });
 * ***************用法介绍结束*********************
 
 * @author wangshiping461
 * @date 2015-



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: