Displaying 1 result from an estimated 1 matches for "element_to_replace".
2007 Apr 13
3
RJS - replacing html for multiple entries
I have some elements that could show up on the same page multiple times.
Can anyone recommend a good way to do a replace_html in this case? I
may have, for example, 3 posts that have been repeated on a page, all
with the same id (e.g, <div id="post-11">) and I want to perform a
replace_html against all of them. Doing it the normal way just replaces
the first. Can someone help?