我有4個可以在視圖上呈現的部分,但一次只能加載一個部分。我如何使用jQuery或ajax來點擊不同的部分?謝謝!如何使用Rails渲染4個部分中的一個,jquery/ajax
這是我的標題,我想激活4個部分。當你點擊一個,我想讓它在subnav下面渲染一個部分,並將其更改爲在subnav中處於活動狀態。
#subnav
%ul
%li
%a.active{:href => "dashboard-fans.html"}
%img{:alt => "", :src => image_path("icons/fans.svg")}>/
Fans
%li
%a.active{:href => "dashboard-rewards.html"}
%img{:alt => "", :src => image_path("icons/rewards.svg")}>/
Rewards
%li
%a{:href => "dashboard-payment-info.html"}
%img{:alt => "", :src => image_path("icons/creditcard.svg")}>/
Payment Info
%li
%a{:href => "dashboard-profile.html"}
%img{:alt => "", :src => image_path("icons/edit.svg")}>/
Profile
你能分享一些你現有的代碼嗎?你會有更多的運氣給我們更多的背景:) – opticon 2014-10-02 20:14:24
是的,對不起! – TuxedoTomson 2014-10-02 20:27:44