jQuery Mobile1 jquery mobile에서 ajax로 데이터를 가져오고 css가 적용 안될때 해당 범위를 trigger 를 이용하여 생성 한다.stackflow에서 가져온 예.. $(document).ready(function(){ $.get(my_url, function(data) { var content = $('div[data-role="content"]').html(data); $('h3').each(function(h3_element) { var coll = $(''); coll.append($(this)); coll.append($('')); content.append(coll); }); content.trigger( "create" ); 2013. 10. 25. 이전 1 다음