English 中文(简体)
j
原标题:.ui-btn List Of Attributes in jQuery Mobile

是否有任何资源列出哪类学校? 我知道自己的文字和自食其力等等,但任何人都知道或知道一份清单,列出可以更改的所有可能的属性?

最佳回答

你把你的问题贴上了记号,但这些类别名称与“移动”有关(我可以发现<代码>.ui-btn,载于“ j”风格。

You can just look at the non-minified version of the jQuery Mobile 1.0 CSS style-sheet: http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.css (it s very well formatted and easy to read)

仅查询<代码>.ui-btn,你将看到所有其他相关类别。

.ui-btn ,.ui-btn-up,.ui-btn-down,.ui-btn-hover

If you did mean jQuery UI then here is the un-minified version of the jQuery UI style-sheet: http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css

问题回答

标识产出就是这样:

<button class="ui-button ui-button-text-only ui-widget ui-state-default ui-corner-all">
   <span class="ui-button-text">Button Label</span>
</button>

并且,在《经济、社会、文化权利国际公约》的参考中,你可以找到其他互动国家:

http://jqueryui.com/docs/Theming/API

最后,检查你下载的风格和《国际调查准则》;如果你下载的话,可以上网:

http://jqueryui.com/themeroller/





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

Drop down background url in Safari Issue

selectBox.selectCSS { background: url(/Images/replacementSelectBackground.png) top left no-repeat height:auto; } I have an issue in Safari only where the image is not rendering on top ...

CSS specific for Safari

How do you target specifically safari in css with styles?

Aligning textarea in a form

Ive used the following css code to align my form elements: form { position:relative; } form input { position:absolute; left:11em; } However, the textarea element is not aligned correctly with the ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

CSS problem with page footer

I have defined my page footer in the css file as: #footer { position: absolute; height: 50px; text-align: center; background: #66CCCC; bottom: 0px; left: 0px; width: 100%; height: ...

热门标签