Interface.js

码农软件 · 软件分类 · jQuery UI框架 · 2019-12-20 06:57:41

软件介绍

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;
 }

 

本文地址:https://codercto.com/soft/d/21536.html

The Four

The Four

Scott Galloway / Portfolio / 2017-10-3 / USD 28.00

NEW YORK TIMES BESTSELLER USA TODAY BESTSELLER Amazon, Apple, Facebook, and Google are the four most influential companies on the planet. Just about everyone thinks they know how they got there.......一起来看看 《The Four》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具