gpt4 book ai didi

jquery - 按钮不带jquery ui按钮效果

转载 作者:可可西里 更新时间:2023-11-01 13:17:30 25 4
gpt4 key购买 nike

你好,我有一个代码可以为按钮提供 jqueryui-buttons 的属性,但是当我打开页面时它不需要。这是 jquery 的代码:

function main(){
$("#showhid").button({
icons:{primary:'ui-icon-disk'},
text:false});

$("#showhid").click(function(event){
alert(1);
}); }

页面代码如下:

<HEAD>
<LINK href="http://dev.karinapp.com/modules/appgen/css/batute.css" id="css_batute_4" rel="stylesheet" type="text/css"/>
<LINK href="http://dev.karinapp.com/modules/batute/css/main.css" id="css_batute_22" rel="stylesheet" type="text/css"/>
<LINK father="*head" href="/modules/appgen/css/batute.css" id="moveSel_css" rel="stylesheet" type="text/css"/><LINK father="*head" href="/modules/appgen/css/batute.css" id="moveSel_css" rel="stylesheet" type="text/css"/>
<SCRIPT id="script0" src="http://dev.karinapp.com/modules/general/scripts/jQuery.js" type="text/javascript"><!--empty--></SCRIPT>
<SCRIPT id="script1" src="http://dev.karinapp.com/modules/general/scripts/ui/jquery.ui.core.js" type="text/javascript"><!--empty--></SCRIPT>
<SCRIPT id="script2" src="http://dev.karinapp.com/modules/general/scripts/ui/jquery.ui.widget.js" type="text/javascript"><!--empty--></SCRIPT>
<SCRIPT id="script3" src="http://dev.karinapp.com/modules/general/scripts/ui/jquery.ui.button.js" type="text/javascript"><!--empty--></SCRIPT>
<SCRIPT id="script4" src="http://www.karinapp.com/modules/appgen/scripts/batute.js" type="text/javascript"><!--empty--></SCRIPT>
<SCRIPT id="script5" type="text/javascript">window.onload=function(){
main();}</SCRIPT>
</HEAD>

最佳答案

确保包含 jQueryUI theme在您的 HTML head 中。当我检查你的按钮时,我没有看到任何应用到它的 jQueryUI 样式。

如果我添加一个 jQueryUI 样式表(例如 http://ajax.microsoft.com/ajax/jquery.ui/1.8.5/themes/black-tie/jquery-ui.css),它工作正常。

关于jquery - 按钮不带jquery ui按钮效果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4707488/

25 4 0
文章推荐: dom - html5 元素重复自身错误
文章推荐: 用于 url 字符串的 PHP RegEx
文章推荐: php - 是否/为什么 php 强制您使用对象构造函数
文章推荐: asp.net - 匹配
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com