Shell

推荐列表 站点导航

当前位置:首页 > 脚本编程 > Shell >

jQuery之按钮组件的深入解析

来源:互联网  作者:网友投稿  发布时间:2021-01-06 08:57
本篇文章是对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

相关文章
Copyright © www.juheyunku.com      关于 | 合作 | 声明 | 联系 | 更新 | 地图 | Tags

jQuery之按钮组件的深入解析

2021-01-06 编辑:网友投稿

按钮组件: $(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

相关文章

风云图片

推荐阅读

返回Shell频道首页