Interface.js 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
Interface.js 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
Interface.js 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 MIT/GPL
开发语言 JavaScript
操作系统 跨平台
软件类型 开源软件
所属分类 jQuery 插件jQuery UI框架
开源组织
地区 不详
投 递 者 crazyinsomnia
适用人群 未知
收录时间 2010-01-07

软件简介

Interface是一个丰富的界面组件的集合,其利用轻量级JavaScript库jQuery。有了这个组件,您可以建立富客户端应用。

Interface拥有MIT和GTL两个协议,基本上意味着您可以在用在商业和非商业。 只要您保持interface每个文件的版本。

示例代码

window.onload = 
 function()
 {
 $('#carousel').Carousel(
 {
 itemWidth: 110,
 itemHeight: 62,
 itemMinWidth: 50,
 items: 'a',
 reflections: .5,
 rotationSpeed: 1.8
 }
 );
 }
 HTML
 


 CSS
 #carousel
 {
 width: 700px;
 height: 150px;
 background-color: #111;
 position: absolute;
 top: 200px;
 left: 100px;
 }
 #carousel a
 {
 position: absolute;
 width: 110px;
 }

 

展开阅读全文

评论

点击引领话题📣 发布并加入讨论🔥
暂无内容
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
0 评论
7 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部