Displaying 2 results from an estimated 2 matches for "contactinfo".
2006 Mar 28
5
RJS call from controller issues javascript that doesn''t get evaluated by browser
Hi,
I''m on Rails 1.1 and I have a problem wit RJS
In my cotroller i have
==>>>
def show
@contact = Contact.find(params[:id])
render :update do |page|
page[:contactInfo].replace_html :partial=>"contactInfo"
end
end
<<<===
And my contactInfo partial looks like this and it''s placed inside a div element
==>>>
<table>
<tr>
<td><b><%=h @contact.first_name%></b> <...
2009 Mar 06
2
Paragraph tags around <div> blocks
..."/Images/sidepix/rotate.php"
34 alt = "Random scenic picture" />
35 </div>
36 </div>
37 <!-- End of SideNav -->
38
39 <p><div id="content"></p>
40
41 <h1 id="contactinfo">Contact Info</h1>
42
43 <p>If you want to write, phone, email, drive here this is the place to
44 find out how. </p>
45
As a sanity check I reverted to Markdown instead of multimarkdown
No change.
Now it wasn't happening in all files
An hour o...