6 lines
123 B
CoffeeScript
6 lines
123 B
CoffeeScript
|
|
$(".field_with_suppr .suppr img").live "click", ->
|
|
$(this).closest(".field_with_suppr").find("input").attr "value", ""
|
|
|
|
|