Skip to content

Commit

Permalink
Fix lang
Browse files Browse the repository at this point in the history
  • Loading branch information
shir committed Jun 30, 2011
1 parent d85ca14 commit d70b518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/rails/remote-before-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ link_to 'Cool work', cool_work_path, :remote => true, :id => 'cool_link'

И в application.js пишем обработчик для событий.

```ruby
```javascript
$(function () {
$("#cool_link").live("ajax:before", function () {
$(this).html("Processing...")
Expand Down

0 comments on commit d70b518

Please sign in to comment.