search for: axaj

Displaying 3 results from an estimated 3 matches for "axaj".

Did you mean: axa
2006 Mar 11
4
Looking for a Freelancer!
I am looking for a Freelancer proficient in Ruby and AXAJ. Please contact me for further details. Thanks!
2012 Jan 23
0
Ajax confusion
I''m a bit confused about ajax. If I have a link, do I add the href, data-remote="true" and data-method in there? Or do I make the actual call in a separate script with $.ajax({})? Or both? The same thing with a form. Is that suppose to have an action path and an jquery axaj url: "..." path at the same time? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public...
2006 Jul 18
6
RJS - Insert at top of table?
Quick question regarding RJS and inserting to the top of a table. Here''s the view I''m working with: <table id="links-list"> <tr> <th>Display title</th> <th>URL</th> <th>Description</th> <th>Category</th> </tr> <% for link in @links %> <tr id="link-<%= h link.id