<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: TH Float jQuery Plugin &#8211; Fixed THEAD and TFOOT</title>
	<atom:link href="https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/feed/" rel="self" type="application/rss+xml" />
	<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/</link>
	<description>my exploits and misadventures in programming</description>
	<lastBuildDate>Wed, 18 Feb 2015 21:43:38 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>By: rommel</title>
		<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-26276</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Tue, 26 Nov 2013 07:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-26276</guid>
		<description><![CDATA[Thanks for writing and sharing the solution to your problem, Nicolas.

Hopefully if anyone else is under similar circumstances your fix will come in handy. :)]]></description>
		<content:encoded><![CDATA[<p>Thanks for writing and sharing the solution to your problem, Nicolas.</p>
<p>Hopefully if anyone else is under similar circumstances your fix will come in handy. <img src="https://rommelsantor.com/clog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-26275</link>
		<dc:creator><![CDATA[Nicolas]]></dc:creator>
		<pubDate>Tue, 26 Nov 2013 06:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-26275</guid>
		<description><![CDATA[Hi,

I&#039;ve been trying out your plugin and stumbled upon a problem.

My table contains text input fields with the jquery.ui autocomplete setup.

When I apply thfloat on the table, the autocomplete do not work any more.

If I comment out this line in init function it works :

        data.clonetbl.children().remove();

It also works if i change this line above in the same init function from :

          clonetbl : $(this).clone(true).attr({id:id}).addClass(&#039;thfloat-table&#039;).css({zIndex:&#039;1000&#039;,display:&#039;none&#039;,position:&#039;absolute&#039;}).appendTo(&#039;body&#039;),

to :

          clonetbl : $(this).clone().attr({id:id}).addClass(&#039;thfloat-table&#039;).css({zIndex:&#039;1000&#039;,display:&#039;none&#039;,position:&#039;absolute&#039;}).appendTo(&#039;body&#039;),

I think I&#039;ll try the second change and see how it goes. I guess it&#039;s ok for me because I don&#039;t have any data or event handlers on the table element itself, but other people could need the `clone(true)`.

just wanted to let you know of this limitation, thank you for sharing this plugin.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve been trying out your plugin and stumbled upon a problem.</p>
<p>My table contains text input fields with the jquery.ui autocomplete setup.</p>
<p>When I apply thfloat on the table, the autocomplete do not work any more.</p>
<p>If I comment out this line in init function it works :</p>
<p>        data.clonetbl.children().remove();</p>
<p>It also works if i change this line above in the same init function from :</p>
<p>          clonetbl : $(this).clone(true).attr({id:id}).addClass(&#8216;thfloat-table&#8217;).css({zIndex:&#8217;1000&#8242;,display:&#8217;none&#8217;,position:&#8217;absolute&#8217;}).appendTo(&#8216;body&#8217;),</p>
<p>to :</p>
<p>          clonetbl : $(this).clone().attr({id:id}).addClass(&#8216;thfloat-table&#8217;).css({zIndex:&#8217;1000&#8242;,display:&#8217;none&#8217;,position:&#8217;absolute&#8217;}).appendTo(&#8216;body&#8217;),</p>
<p>I think I&#8217;ll try the second change and see how it goes. I guess it&#8217;s ok for me because I don&#8217;t have any data or event handlers on the table element itself, but other people could need the `clone(true)`.</p>
<p>just wanted to let you know of this limitation, thank you for sharing this plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rommel</title>
		<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-25888</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Sat, 24 Aug 2013 03:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-25888</guid>
		<description><![CDATA[Hi Sarah-

Can you provide a link to this quirky functionality in progress so I can investigate first-hand? Off the top of my head, I don&#039;t have a guess as to the issue, nor have I heard anything like that reported before.

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi Sarah-</p>
<p>Can you provide a link to this quirky functionality in progress so I can investigate first-hand? Off the top of my head, I don&#8217;t have a guess as to the issue, nor have I heard anything like that reported before.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-25887</link>
		<dc:creator><![CDATA[Sarah]]></dc:creator>
		<pubDate>Fri, 23 Aug 2013 21:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-25887</guid>
		<description><![CDATA[Hi! Thanks for creating this plugin. I&#039;m having a weird problem with it though. It works, except what it does is duplicate my thead and so there are two instances of it. It also moves it down too much. I don&#039;t know if this makes a difference but I&#039;m using the Custom Content Scrollbar (http://manos.malihu.gr/jquery-custom-content-scroller/) with it. Any ideas?]]></description>
		<content:encoded><![CDATA[<p>Hi! Thanks for creating this plugin. I&#8217;m having a weird problem with it though. It works, except what it does is duplicate my thead and so there are two instances of it. It also moves it down too much. I don&#8217;t know if this makes a difference but I&#8217;m using the Custom Content Scrollbar (<a href="http://manos.malihu.gr/jquery-custom-content-scroller/" rel="nofollow">http://manos.malihu.gr/jquery-custom-content-scroller/</a>) with it. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rommel</title>
		<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-25466</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Wed, 16 Jan 2013 22:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-25466</guid>
		<description><![CDATA[Thanks for reporting, Robert.

I&#039;m curious to see a screenshot of this issue in action. Every time I&#039;ve tried it in IE7 (and I just tried it again), everything works fine.

I&#039;m using IE9&#039;s developer tools to load the page in IE7 mode, I&#039;m not using an actual IE version 7 browser, so it&#039;s possible that has something to do with it.]]></description>
		<content:encoded><![CDATA[<p>Thanks for reporting, Robert.</p>
<p>I&#8217;m curious to see a screenshot of this issue in action. Every time I&#8217;ve tried it in IE7 (and I just tried it again), everything works fine.</p>
<p>I&#8217;m using IE9&#8217;s developer tools to load the page in IE7 mode, I&#8217;m not using an actual IE version 7 browser, so it&#8217;s possible that has something to do with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-25458</link>
		<dc:creator><![CDATA[Robert]]></dc:creator>
		<pubDate>Mon, 07 Jan 2013 18:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-25458</guid>
		<description><![CDATA[Like Adrian&#039;s comment before, the demo doesn&#039;t demonstrate any floating THEADER section at all.  All of the divs simply scroll the content, and the header stays at the top of the scrolling content, moving out of view.

I know that was over a year and half ago that Adrian&#039;s comment was posted, but thought you&#039;d like to know that under ie7, it doesn&#039;t appear to work.]]></description>
		<content:encoded><![CDATA[<p>Like Adrian&#8217;s comment before, the demo doesn&#8217;t demonstrate any floating THEADER section at all.  All of the divs simply scroll the content, and the header stays at the top of the scrolling content, moving out of view.</p>
<p>I know that was over a year and half ago that Adrian&#8217;s comment was posted, but thought you&#8217;d like to know that under ie7, it doesn&#8217;t appear to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saulo Benigno</title>
		<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-25438</link>
		<dc:creator><![CDATA[Saulo Benigno]]></dc:creator>
		<pubDate>Wed, 05 Dec 2012 11:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-25438</guid>
		<description><![CDATA[Thank you very much for this plugin, worked for me and helped me a lot :)]]></description>
		<content:encoded><![CDATA[<p>Thank you very much for this plugin, worked for me and helped me a lot <img src="https://rommelsantor.com/clog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-25152</link>
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Mon, 13 Aug 2012 06:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-25152</guid>
		<description><![CDATA[Well, I dont know what to say...
If I see more attributes that can improve the plugin does not hesitate to tell you.

Thank you very much, rommel!!]]></description>
		<content:encoded><![CDATA[<p>Well, I dont know what to say&#8230;<br />
If I see more attributes that can improve the plugin does not hesitate to tell you.</p>
<p>Thank you very much, rommel!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rommel</title>
		<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-25150</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Fri, 10 Aug 2012 15:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-25150</guid>
		<description><![CDATA[Thanks again, Daniel. I&#039;ve added a new &quot;noprint&quot; option which is true by default, but can be set to false if you want the block to print. You might need it visible if you have a scrolling div and you want the columns labeled. For example, see the &lt;a href=&quot;http://rommelsantor.com/jquery/thfloat/demo.php&quot; title=&quot;THFloat jQuery Plugin Demo&quot; rel=&quot;nofollow&quot;&gt;demo page&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>Thanks again, Daniel. I&#8217;ve added a new &#8220;noprint&#8221; option which is true by default, but can be set to false if you want the block to print. You might need it visible if you have a scrolling div and you want the columns labeled. For example, see the <a href="http://rommelsantor.com/jquery/thfloat/demo.php" title="THFloat jQuery Plugin Demo" rel="nofollow">demo page</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-25149</link>
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Fri, 10 Aug 2012 10:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-25149</guid>
		<description><![CDATA[Great! I&#039;ll try soon.
I´ve also seen, if it helps, that you can not hide it in the print view. The stylesheet is overwritten in execution time and all the attributes have been blocked: visibility, display ... It would be good liberate &#039;visibility&#039; in order to declare in the print stylesheet and it does not overlap on the printout.

A greeting and thank you for this useful plugin.  :)]]></description>
		<content:encoded><![CDATA[<p>Great! I&#8217;ll try soon.<br />
I´ve also seen, if it helps, that you can not hide it in the print view. The stylesheet is overwritten in execution time and all the attributes have been blocked: visibility, display &#8230; It would be good liberate &#8216;visibility&#8217; in order to declare in the print stylesheet and it does not overlap on the printout.</p>
<p>A greeting and thank you for this useful plugin.  <img src="https://rommelsantor.com/clog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rommel</title>
		<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-25148</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Thu, 09 Aug 2012 15:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-25148</guid>
		<description><![CDATA[Hi Daniel- Thanks for pointing this out. I&#039;ve implemented a fix in v0.4, which you can get on the plugin page now.]]></description>
		<content:encoded><![CDATA[<p>Hi Daniel- Thanks for pointing this out. I&#8217;ve implemented a fix in v0.4, which you can get on the plugin page now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-25147</link>
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Thu, 09 Aug 2012 09:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-25147</guid>
		<description><![CDATA[Hi.
It doesnt work well with 2 tables in the same page.
I add a calling in footer like 
&lt;code&gt;j(&quot;.tablebig&quot;).thfloat();&lt;/code&gt;
and did strange things.... Any ideas?

Pretty nice job. I love it, but i must to resolve this issue if i want use it.

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi.<br />
It doesnt work well with 2 tables in the same page.<br />
I add a calling in footer like<br />
<code>j(".tablebig").thfloat();</code><br />
and did strange things&#8230;. Any ideas?</p>
<p>Pretty nice job. I love it, but i must to resolve this issue if i want use it.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rommel</title>
		<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-9276</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Tue, 09 Aug 2011 05:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-9276</guid>
		<description><![CDATA[Do you have an example page where it&#039;s broken, or is it the demo page you&#039;re having trouble with? The demo works as expected (with minor aesthetic issues) in IE7.

Thanks for the feedback.]]></description>
		<content:encoded><![CDATA[<p>Do you have an example page where it&#8217;s broken, or is it the demo page you&#8217;re having trouble with? The demo works as expected (with minor aesthetic issues) in IE7.</p>
<p>Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-9275</link>
		<dc:creator><![CDATA[Adrian]]></dc:creator>
		<pubDate>Tue, 09 Aug 2011 04:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-9275</guid>
		<description><![CDATA[It doesn&#039;t appear to work in IE7]]></description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t appear to work in IE7</p>
]]></content:encoded>
	</item>
</channel>
</rss>
