在jquery移动页面中更改标题主题?

时间:2012-09-06 13:59:58

标签: jquery jquery-mobile

我需要更改jquery移动页面标题的Default(theme a)主题to (theme c)

1 个答案:

答案 0 :(得分:1)

正如他们的文档http://jquerymobile.com/test/docs/toolbars/bars-themes.html中所述,您必须使用data-theme属性指定主题。 例如:

<div data-role="header" data-theme="b"> 
    <h1>Page Title</h1> 
</div>