<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
>
  <channel>
    <title>raulsimoninib's Blog</title>
    <link>http://raulsimoninib.friendlinkup.com/</link>
    <description>O Yang do Ying, n&Atilde;&pound;o o contr&Atilde;&iexcl;rio..</description>
    <language>pt-br</language>    <item>
      <title>ThickBox at the end of any AJAX</title>
      <link>http://raulsimoninib.friendlinkup.com/2009/02/15/thickbox-after-any-ajax.html</link>
      <description>Hi all,
My problem was that as happen with numerous the ThickBox stoped working at the end of being rendered on AJAX (in my particular case using Prototype Framework).
Solution: on the bottom of  your xHTML answer, or making it simple, in the end of your partial render add this code:
script type="text/javascript" language="JavaScript" &gt;
$(document).ready(function(){
tb_init('a.thickbox, area.thickbox, input.thickbox');
imgLoader = new Image();
imgLoader.src = tb_pathToImage;
});
/ script&gt;
But if you are using jQuery.noConflict(); probably if you are playing with JQuery as well as Prototype on the same page, then replace &#8216;$&#8217; with &#8216;jQuery&#8217;
The solution was found on this Forum: http://community.xajaxproject.org/viewtopic.php?id=5528, very smart guys
Tested on FF 3, IE 6,7
MAke some comment! Its open!
  </description>
      <pubDate>Sun, 15 Feb 2009 05:51:14 -0500</pubDate>
      <dc:creator>raulsimoninib</dc:creator>
    </item></channel></rss>