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

High-Performance Compilers for Parallel Computing

High-Performance Compilers for Parallel Computing

Michael Wolfe / Addison-Wesley / 1995-6-16 / USD 117.40

By the author of the classic 1989 monograph, Optimizing Supercompilers for Supercomputers, this book covers the knowledge and skills necessary to build a competitive, advanced compiler for parallel or......一起来看看 《High-Performance Compilers for Parallel Computing》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具