Sleek, intuitive, and powerful front-end framework for faster and easier web development. Download Bootstrap GitHub project Examples Extend Version 2.3.2
prototype.js感覚で使ってたら嵌ったw 実は結構迷ったのでメモ <input type="text" value="" id="hoge" /> こうやってもだめ $('#hoge').value = 'aaa'; こうじゃないとダメ $('#hoge').val('aaa'); タグ Tag: Javascript jQuery
The issue, of course, is that ruby symbols don't like hyphens. So something like this obviously won't work: content_tag(:div, "Some Text", :id => "foo", :data-data_attr => some_variable) One option is to use a string rather than a symbol: content_tag(:div, "Some Text", :id => "foo", 'data-data_attr' => some_variable) Or I could just interpolate: "<div id='foo' data-data_attr='#{some_variable}'>Som
Where does my javascript code go? Backbone, JST and the Rails 3.1 asset pipeline One of the best things about the Rails framework is that each project looks the same: Every Rails developer knows to look in “app/models” for the model classes, “app/controllers” for the controller classes, etc. When you start a new project all of this is setup for you, and if you’re a new developer assigned to an ex
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く