store.js.coffee 317 B

1234567
  1. # Place all the behaviors and hooks related to the matching controller here.
  2. # All this logic will automatically be available in application.js.
  3. # You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
  4. $ ->
  5. $('.store .entry > img').click ->
  6. $(this).parent().find(':submit').click()