开发者

Question about rails, partials and view?

开发者 https://www.devze.com 2023-02-13 04:16 出处:网络
Excuse me, There is a Rails way for: When I load a partial: load a particular action (action on action)

Excuse me, There is a Rails way for:

When I load a partial: load a particular action (action on action) Example The program is on new action. This load a partial so while load this partial load a other action or code.

OR

I don´t find a tutorial about popup with ajax. I try facebox and robinator but i need a popup that charge his content through request to server.

I need some as popup in stackoverflow or facebook which charge his 开发者_JS百科info dynamically.

Thanks.


Try http://colorpowered.com/colorbox/core/example3/index.html there is an AJAX example.


The colorpowered is a nice solution that uses query. For a prototype based solution try: http://livepipe.net/, it provides nice windows/popups/modals functionality.

0

精彩评论

暂无评论...
验证码 换一张
取 消