Displaying 1 result from an estimated 1 matches for "adimag".
Did you mean:
adiag
2007 Oct 31
0
ROR and Thickbox
...line to jqeury.js at the bottom:
jQuery.noConflict();
Now, I had to replace all $() in thickbox.js with jQuery()... a simple
find and replace made it...
Now, I wanted to test it out and added the following code to one of my
rhtml''s:
<a href="<%= url_for_file_column("adimage", "image") %>" title="<%=
@adimage.displayname %>" class="thickbox">
<%= image_tag url_for_file_column("adimage", "image","thumb") %></a>
This code works so far... a modal windows gets opened but the...