Rails 3: link_to :remote => true with spinner

How is this most efficiently done? link_to_remote is gone.

I am using jQuery and am wondering how I could bind beforeSend call back with my link_to :remote => true call. So that I can use it to draw spinner.

Sharkie