jQuery之按钮组件的深入解析
按钮组件: $(selector).button([options]); 复制代码 代码如下: !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 meta http-equiv="Content-Type" content="text/html; charset=gb2312" / titleButtonIcon/title link type="text/css" href="themes/ui-lightness/jquery.ui.all.css"/ script type="text/javascript" src="http://www.dismall.com/thread-957-1-1.html/a_5665/JS/jquery-1.4.2.min.js"/script script type="text/javascript" src="http://www.dismall.com/thread-957-1-1.html/a_5665/JS/jquery.ui.core.js"/script script type="text/javascript" src="http://www.dismall.com/thread-957-1-1.html/a_5665/JS/jquery.ui.widget.js"/script script type="text/javascript" src="http://www.dismall.com/thread-957-1-1.html/a_5665/JS/jquery.ui.button.js"/script script $(document).ready(function(){ $("input,div").button({ icons: { secondary: "ui-icon-triangle-1-s" } }); }); /script style body{ padding:30px; font-size:9px; } /style /head body input type="button" value="Button 1" / input type="submit" value="Submit Button" / buttonButton 2/button input type="checkbox" /label for="check1"Check 1/label input type="radio" /label for="radio1"Radio1/label aAnchor/a divDIV/div /body /html 效果图: ,button").button({ icons: { primary: "ui-icon-locked" // secondary: "ui-icon-triangle-1-s" } }); $("a,。
相关热词:
本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供用于网络技术学习参考,学习中请遵循相关法律法规!
本文地址: https://v30.fanwenzhu.com/jiaob/shell/11403.shtml
相关文章
热门TAG
win10 ecshop 主机 阿里云 解决 配置 C# C++ 解析 SQL语句 命令 Go语言 方法 CSS3 HTML5 CSS win7 MSSQL 服务器配置 IIS7.5 IIS7 IIS6 IIS CentOS 7 Linux oracle数据库 oracle phpcms discuz discuz教程最新文章
-
Python2爬虫入门:正则表达
时间:2021-01-11
-
python程序的两种运行方式
时间:2021-01-11
-
Python3爬虫进阶:MySQL存储
时间:2021-01-11
-
python导入模块的关键字是
时间:2021-01-11
-
python去重函数是什么
时间:2021-01-09
-
如何用python爬虫开源项目
时间:2021-01-09
-
Photoshop设计个性笔刷制作
时间:2021-01-09
-
深入理解PHP与WEB服务器交
时间:2021-01-09
热门文章
-
解析shell字段分隔符的用法(图文)
时间:2020-12-22
-
Python3爬虫进阶:MongoDB存储(非关系型数
时间:2020-12-29
-
php如何接收json数据
时间:2021-01-08
-
php ucwords函数怎么用
时间:2021-01-08
-
如何在Linux或者UNIX下调试Bash Shell脚本
时间:2020-12-22
-
python中pow什么意思
时间:2021-01-08
-
如何在python数据挖掘使用pandas包?
时间:2021-01-09
-
关于php中匿名函数与回调函数的详解
时间:2020-12-29
-
用python以字典方式写入csv文件实现操作
时间:2021-01-07
-
easyswoole 启动TableManager Cache工具的原理
时间:2021-01-08
