Create
if @image.save
format.html { redirect_to vote_path(@image) }
format.js { render :js => "my_function();" }
end
so I'd like to fire up a function after the redirect has happened, but this doesn't work. Are there any other methods I could try and could you suggest me any please?
Thank you.
$("#share_window").show();