用法:
html
類型:string
默認:
""
如果將其設置為非空字符串值,它將用於替換整個加載器的內部 html。
代碼示例:
使用指定的 html
選項初始化加載程序:
$( ".selector" ).loader({
html: "<span class='ui-icon ui-icon-loading'><img src='jquery-logo.png' /><h2>is loading for you ...</h2></span>"
});
初始化後獲取或設置html
選項:
// Getter
var html = $( ".selector" ).loader( "option", "html" );
// Setter
$( ".selector" ).loader( "option", "html", "<span class='ui-icon ui-icon-loading'><img src='jquery-logo.png' /><h2>is loading for you ...</h2></span>" );
相關用法
- JQuery Mobile Loader hide用法及代碼示例
- JQuery Mobile Loader theme用法及代碼示例
- JQuery Mobile Loader text用法及代碼示例
- JQuery Mobile Loader defaults用法及代碼示例
- JQuery Mobile Loader classes用法及代碼示例
- JQuery Mobile Loader checkLoaderPosition用法及代碼示例
- JQuery Mobile Loader textVisible用法及代碼示例
- JQuery Mobile Loader textonly用法及代碼示例
- JQuery Mobile Loader resetHtml用法及代碼示例
- JQuery Mobile Loader show用法及代碼示例
- JQuery Mobile Loader disabled用法及代碼示例
- JQuery Mobile Loader create( event, ui )用法及代碼示例
- JQuery Mobile Loader loading用法及代碼示例
- JQuery Mobile Loader fakeFixLoader用法及代碼示例
- JQuery Mobile Listview refresh用法及代碼示例
- JQuery Mobile Listview icon用法及代碼示例
- JQuery Mobile Listview classes用法及代碼示例
- JQuery Mobile Listview filterPlaceholder用法及代碼示例
- JQuery Mobile Listview filter用法及代碼示例
- JQuery Mobile Listview countTheme用法及代碼示例
- JQuery Mobile Listview theme用法及代碼示例
- JQuery Mobile Listview filterTheme用法及代碼示例
- JQuery Mobile Listview inset用法及代碼示例
- JQuery Mobile Listview dividerTheme用法及代碼示例
- JQuery Mobile Listview create( event, ui )用法及代碼示例
注:本文由純淨天空篩選整理自jquerymobile.com大神的英文原創作品 Loader html。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。