- , , , , .
, "" , , JQMobile .
, JQMobile , .
, , ApplyBindings, , . , collapsible() - .
$("div[data-role='collapsible']").collapsible({refresh: true});
. , JQM , "" JQM, , , , , ..
, " " , :
<script type="text/html" id="alarm-template">
<div data-role="collapsible" data-collapsed="true" data-collapsed-icon="arrow-d" data-expanded-icon="arrow-u" data-enhance="false">
<h3 data-bind="text:name"></h3>
<p>The content here</p>
<p data-bind="text: name"></p>
</div>
</script>
JQM "" , , .
: , , , ( , , ) .
, , 2 :
-, "Create" . ...
$("div[data-role='collapsible-set']").collapsibleset('refresh');
. JQM "" " ". , , /.
Knockout ( ), , refresh, JQM "", . , , "", - .
github .
https://github.com/jquery/jquery-mobile/issues/4645