用ajax加载出的数据,没有办法通过jqueryMobile添加class属性?
正常情况下,jquerymobile会在加载页面的时候替你的一些标签加上class属性。
我用ajax加载了一些数据,准备写进dom里,后面发现这部分html没有被jquerymobile加上class。
应该怎么解决这个问题?
永远带着欢乐
10 years, 3 months ago
Answers
这个是可以做到的,
jQuery Mobile
提供了相应的方法。
举个例子
jQuery Mobile
为每一个
widget
都提供了对应的方法,如:
selectmenu
,
textinput
,
listview
等。你可以通过调用对应的方法来将一个原始的dom结构变成
jQuery Mobile
的结构。
SunnY耀
answered 10 years, 3 months ago