2014-01-10 158 views
0

控制後我已成功地調整了jQuery選擇控件視覺上只是升技......問題是,如果任何其他頁面上的用戶點擊F5或刷新並返回到本網頁所有,但最後 select變爲空白?!?!重新渲染的jQuery選擇刷新

這是不是語法更加電流:

$(document).on("pagebeforeshow", function() { 
    var elm = $(this).parent().prev(); 

    var txt = $(this).text(); 
    var tmp = txt.replace("(", "<br /><small style='color: #aeaeae'>").replace(")", "</small>"); 

    elm.html(tmp); 
} 

$(document).bind("pagebeforeshow", "#home", function() { 
    $("select.listings option[value='']").each(function() { 

     // NOTE: This produces weird results?!?! 
     var elm = $(this).parent().prev(); 
     console.log(elm.html()); 
    }); 
}); 
+0

你可以顯示HTML嗎?沒有它就是一個模糊的問題。 – putvande

+0

它只是