jQuery Mobile Loader html 选项
jQuery Mobile是一种基于 Web 的技术,用于制作可在所有智能手机、平板电脑和台式机上访问的响应式内容。
在本文中,我们将使用jQuery Mobile Loader html 选项来替换整个加载器的内部 html。
句法:
使用指定的 html 选项初始化加载程序:
$( ".selector" ).loader({
html: "
"
});
获取 html 选项:
var html = $( ".selector" ).loader( "option", "html" );
设置 html 选项:
$( ".selector" ).loader( "option", "html", "
" );
CDN 链接:添加您的项目所需的以下 jQuery Mobile 脚本。
示例:此示例演示jQuery Mobile Loader html 选项。
HTML
GeeksforGeeks
jQuery Mobile Loader html Option
输出:
参考: https ://api.jquerymobile.com/loader/#option-html