jQuery easyThumb

授权协议 未知
开发语言 PHP JavaScript
所属分类 jQuery 插件、 jQuery图像处理
软件类型 开源软件
地区 不详
投 递 者 应安国
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

A combination of jQuery and PHP (for the thumbnail generation).

Turn a unsorted list of fullscale-images to thumbnails on-the-fly. Display them as galleries or single images. Uses preloading, so that the images are loaded in the background with an indicator. It is easily combinated with (example) Lightbox, etc. Has the option to turn images to imagelinks also.

Code example:

<div class="easyThumb">
  <ul>
   <li><img src="img/IMG_0064.jpg" alt="Ex 1" /></li>
   <li><img src="img/IMG_0065.jpg" alt="Blabla" /></li>
   <li><img src="../e.jpg" alt="This is a test"/></li>
  </ul>
</div>

 

  • 一、初步认识 1、什么是jQuery Easy UI  jQuery Easy UI是一组基于jQuery的UI插件集合,而jQuery Easy UI 的目标就是帮助Web 开发者更轻松的打造出功能丰富并且美观的 UI 界面。 官方网站http://www.jeasyui.com 2、jQuery EasyUI有哪些特点 (1)、基于 jquery 用户界面插件的集合; (2)、源代码加密、商业

  • 以前使用JSF,觉得jsf的组件很强大,但是用了jquery-easyui后,觉得这个jquery组件也很强大,虽然还要写很多代码。但是它有很好的文档,开发起来还是相当快的。而且demo的例子也很强大,几乎可以直接使用,换个请求数据的url就OK了。这种插件大多是利用json结构来封装数据,而现行的MVC框架都对这种数据支持的相当好。特别是跟spring3 MVC使用时,可以说是无缝结合。 首先e

  • jQuery EasyUI是一款基于JQuery的UI快速搭建组件。今天介绍下EasyLoader的功能。 EasyLoader是可以动态加载脚本和CSS文件,也可以动态加载EasyUI已有组件 需要引用EasyLoader.js文件,注意:这里就不需要引用jquery.easyui.min.js文件了。 比如需要加载linkbutton组件,则可以用下面的两种方式来加载: 第一种通过设置clas

  • jQuery EasyUI (1)简介 jQuery EasyUI是一组基于jQuery的UI插件集合,而jQuery EasyUI的目标就是帮助web开发者更轻松的打造出功能丰富并且美观的UI界面。开发者不需要编写复杂的javascript,也不需要对css样式有深入的了解,开发者需要了解的只有一些简单的html标签。 jQuery EasyUI是基于JQuery的一个前台ui界面的插件,功能相

  • each 是jquery中的遍历意思,相当于循环。 使用如下 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>each 案例</title> <script src="http://libs.baidu.com/jquery/1.8.3/jquery.min.js"></script> </head> <body> <h1>a

  • [code=HTML] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">     <head>         <ba

  • <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>封装jQuery</title> </head> <body> <button id="btn1">学习ajax</button> <span id="span1"></span> <button id="btn2">学习ajax</bu

相关阅读

相关文章

相关问答

相关文档