ck3g/homebugh

View on GitHub
app/assets/javascripts/transactions.js

Summary

Maintainability
A
0 mins
Test Coverage
jQuery(function() {
  $('.best_in_place').best_in_place();
  return $('.best_in_place').bind("ajax:success", function() {
    return $(this).closest('tr').effect('highlight', 'slow');
  });
});