ubuntu, ror, jQuery, css, website memo
太嫩, 沒啥心得, 用來紀錄每天學的
顯示具有
Graceful Degradation
標籤的文章。
顯示所有文章
顯示具有
Graceful Degradation
標籤的文章。
顯示所有文章
2008年11月18日 星期二
respond_to,Graceful Degradation
Graceful Degradation
def index
@users = User.find(:all)
respond_to do |format|
format.js {
render :update do |page|
page.replace_html ‘content’, ‘
blah
’
end
}
format.html #index.html.erb #browser不支援js, 會跑這個
end
end
較舊的文章
首頁
訂閱:
文章 (Atom)