search for: notes3

Displaying 1 result from an estimated 1 matches for "notes3".

Did you mean: notes
2006 Feb 28
4
No action from AJAX link_to_remote...
...#39;'s literally no change when I click on the JS link. From looking at the source that''s generate, it seems like it should work. If I take the link it generates there out and put it in the address bar, it works fine. Here''s the code: link_to_remote(image_tag("/images/notes3.png", :size => "28x30", :alt => "Notes", :border => "0"), :update => "note#{project.id}", :url => { :action => :show_note, :id => project.id }) Here''s the resulting JS: <a href="#" onclick="new Ajax.Upda...