Displaying 1 result from an estimated 1 matches for "28x30".
Did you mean:
28330
2006 Feb 28
4
No action from AJAX link_to_remote...
...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.Updater(''note1'', '...