私はjqueryが初めてです..ビューページに次のリンクボタンがあります
<div id = 'image'>
<%= link_to_function image_tag("play_images.jpeg",:width => 30, :height => 30,:align => 'left', :title => 'Play'),:id => 'play'%>
</div>
このためのjqueryは何でしょう..
jQuery("#play").click(function() {
//What to write here to replace image of button
});