In episode 74 of railscasts ryan shows how to achieve complex forms with RJS: http://railscasts.com/episodes/74-complex-forms-part-2
The trick is to create a partial and link_to
the partial using RJS. The episode is quite old and at that time probably jQuery was not around. Now with my Rails3 app I want to achieve the same thing as he does in episode 74 but I want achieve the same thing using jQuery instead.
Is there a way to do this with jQuery?