ubuntu, ror, jQuery, css, website memo
太嫩, 沒啥心得, 用來紀錄每天學的
2009年6月28日 星期日
Ruby on Rails Unobstrusive jQuery
Ruby on Rails 的終極 Unobstrusive jQuery 方案
利用yield 把各頁面所有的javascript 擺到整個頁面底部
<br /> ...<br /><[/body]><br /><[/html]><br /><!-- include javascripts --><br /><%=javascript_include_tag("http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js") %><br /><%=javascript_include_tag("http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js") %><br /><!--//include javascripts //--><br /><!-- jquery and other functions--><br /><%javascript_tag do %><br />$(document).ready(function() {<br /> <%= yield :js_ready %><br />});<br /><%end %><br /><!-- //jquery and other functions //--><br />
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言