<?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: jQuery tabs: Create HTML tabs using jQuery UI</title> <atom:link href="http://viralpatel.net/blogs/2009/04/jquery-tabs-create-html-tabs-using-jquery-ui.html/feed" rel="self" type="application/rss+xml" /><link>http://viralpatel.net/blogs/2009/04/jquery-tabs-create-html-tabs-using-jquery-ui.html</link> <description>Tutorials, Java, J2EE, Struts, AJAX, JavaScript, CSS, Web 2.0, MySQL, Articles</description> <lastBuildDate>Wed, 08 Feb 2012 10:36:26 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Sakina</title><link>http://viralpatel.net/blogs/2009/04/jquery-tabs-create-html-tabs-using-jquery-ui.html/comment-page-1#comment-25874</link> <dc:creator>Sakina</dc:creator> <pubDate>Tue, 07 Feb 2012 08:40:48 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1234#comment-25874</guid> <description>Nice work. But I want the links on the left side and content on the right side.</description> <content:encoded><![CDATA[<p>Nice work.<br /> But I want the links on the left side and content on the right side.</p> ]]></content:encoded> </item> <item><title>By: meower68</title><link>http://viralpatel.net/blogs/2009/04/jquery-tabs-create-html-tabs-using-jquery-ui.html/comment-page-1#comment-19204</link> <dc:creator>meower68</dc:creator> <pubDate>Wed, 21 Dec 2011 21:57:28 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1234#comment-19204</guid> <description>Make sure the stylesheets and images are in place.  Remember, most JQuery stuff just adds CSS classes to stuff and depends on CSS to properly style the elements to get the desired appearance.I had the same problem you&#039;re describing.  FireBug showed me that it was trying to load a bunch of stylesheets and images which I hadn&#039;t put in place.  Once I fixed that, everything displayed properly.</description> <content:encoded><![CDATA[<p>Make sure the stylesheets and images are in place.  Remember, most JQuery stuff just adds CSS classes to stuff and depends on CSS to properly style the elements to get the desired appearance.</p><p>I had the same problem you&#8217;re describing.  FireBug showed me that it was trying to load a bunch of stylesheets and images which I hadn&#8217;t put in place.  Once I fixed that, everything displayed properly.</p> ]]></content:encoded> </item> <item><title>By: badari</title><link>http://viralpatel.net/blogs/2009/04/jquery-tabs-create-html-tabs-using-jquery-ui.html/comment-page-1#comment-18832</link> <dc:creator>badari</dc:creator> <pubDate>Sat, 17 Dec 2011 21:27:55 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1234#comment-18832</guid> <description>thanks its really helpful</description> <content:encoded><![CDATA[<p>thanks its really helpful</p> ]]></content:encoded> </item> <item><title>By: wow</title><link>http://viralpatel.net/blogs/2009/04/jquery-tabs-create-html-tabs-using-jquery-ui.html/comment-page-1#comment-16791</link> <dc:creator>wow</dc:creator> <pubDate>Thu, 27 Oct 2011 15:32:38 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1234#comment-16791</guid> <description>thanks. i used tabs in this page: http://www.worldonwater.com working well.</description> <content:encoded><![CDATA[<p>thanks.<br /> i used tabs in this page: <a href="http://www.worldonwater.com" rel="nofollow">http://www.worldonwater.com</a><br /> working well.</p> ]]></content:encoded> </item> <item><title>By: Kevin Warwick</title><link>http://viralpatel.net/blogs/2009/04/jquery-tabs-create-html-tabs-using-jquery-ui.html/comment-page-1#comment-14735</link> <dc:creator>Kevin Warwick</dc:creator> <pubDate>Mon, 16 May 2011 09:38:39 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1234#comment-14735</guid> <description>thanks. i used tabs in this page: http://www.frivonlinegames.com/ working well.</description> <content:encoded><![CDATA[<p>thanks.<br /> i used tabs in this page: <a href="http://www.frivonlinegames.com/" rel="nofollow">http://www.frivonlinegames.com/</a><br /> working well.</p> ]]></content:encoded> </item> <item><title>By: danish</title><link>http://viralpatel.net/blogs/2009/04/jquery-tabs-create-html-tabs-using-jquery-ui.html/comment-page-1#comment-14523</link> <dc:creator>danish</dc:creator> <pubDate>Sun, 10 Apr 2011 19:15:45 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1234#comment-14523</guid> <description>The tabs control don&#039;t work for me. The fields are shown as simple hyper links not as tabs.This is what I am using at my html side:$(document).ready(function() { $(&#039;#dantabs&#039;).tabs(); }); &lt;a href=&quot;#tab-1&quot; rel=&quot;nofollow&quot;&gt;Home&lt;/a&gt; &lt;a href=&quot;#tab-1&quot; rel=&quot;nofollow&quot;&gt;About&lt;/a&gt; &lt;a href=&quot;#tab-1&quot; rel=&quot;nofollow&quot;&gt;Contact&lt;/a&gt; This is Home This is B This is C </description> <content:encoded><![CDATA[<p>The tabs control don&#8217;t work for me. The fields are shown as simple hyper links not as tabs.</p><p>This is what I am using at my html side:</p><p> $(document).ready(function() {<br /> $(&#8216;#dantabs&#8217;).tabs();<br /> });</p><p> <a href="#tab-1" rel="nofollow">Home</a><br /> <a href="#tab-1" rel="nofollow">About</a><br /> <a href="#tab-1" rel="nofollow">Contact</a></p><p> This is Home<br /> This is B<br /> This is C</p> ]]></content:encoded> </item> <item><title>By: Patrice Rolland</title><link>http://viralpatel.net/blogs/2009/04/jquery-tabs-create-html-tabs-using-jquery-ui.html/comment-page-1#comment-13734</link> <dc:creator>Patrice Rolland</dc:creator> <pubDate>Thu, 13 Jan 2011 15:45:07 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1234#comment-13734</guid> <description>Tks a lot. I have a problem using AJAX JQuery tabs the charset are bad where I can change it please ?</description> <content:encoded><![CDATA[<p>Tks a lot. I have a problem using AJAX JQuery tabs the charset are bad where I can change it please ?</p> ]]></content:encoded> </item> <item><title>By: gravitar</title><link>http://viralpatel.net/blogs/2009/04/jquery-tabs-create-html-tabs-using-jquery-ui.html/comment-page-1#comment-12796</link> <dc:creator>gravitar</dc:creator> <pubDate>Wed, 07 Jul 2010 09:22:07 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1234#comment-12796</guid> <description>Great info!May I also suggest Likno Web Tabs Builder. It&#039;s a cool tool for creating html tab controls for your web pages. It&#039;s very easy to use.http://www.likno.com/jquery-tabs/index.php</description> <content:encoded><![CDATA[<p>Great info!</p><p>May I also suggest Likno Web Tabs Builder. It&#8217;s a cool tool for creating html tab controls for your web pages. It&#8217;s very easy to use.</p><p><a href="http://www.likno.com/jquery-tabs/index.php" rel="nofollow">http://www.likno.com/jquery-tabs/index.php</a></p> ]]></content:encoded> </item> <item><title>By: rizwan</title><link>http://viralpatel.net/blogs/2009/04/jquery-tabs-create-html-tabs-using-jquery-ui.html/comment-page-1#comment-11581</link> <dc:creator>rizwan</dc:creator> <pubDate>Tue, 03 Nov 2009 18:56:14 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1234#comment-11581</guid> <description>hi , i want to use jqueryui tabs , but i want to load content by clicking on tabs with out using ajax , just like normal page load data , actually i want to build a search page where diferent tabs will work , as well as i want to maintain the state of content search (search criteria)thanks</description> <content:encoded><![CDATA[<p>hi ,<br /> i want to use jqueryui tabs , but i want to load content by clicking on tabs with out using ajax , just like normal page load data , actually i want to build a search page where diferent tabs will work , as well as i want to maintain the state of content search (search criteria)</p><p>thanks</p> ]]></content:encoded> </item> <item><title>By: Venkadesan Tharshan</title><link>http://viralpatel.net/blogs/2009/04/jquery-tabs-create-html-tabs-using-jquery-ui.html/comment-page-1#comment-9730</link> <dc:creator>Venkadesan Tharshan</dc:creator> <pubDate>Tue, 07 Jul 2009 01:28:08 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1234#comment-9730</guid> <description>thanks. i used tabs in this page.http://www.ezzal.com/ working well.</description> <content:encoded><![CDATA[<p>thanks.<br /> i used tabs in this page.<a href="http://www.ezzal.com/" rel="nofollow">http://www.ezzal.com/</a><br /> working well.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: viralpatel.net @ 2012-02-09 09:59:47 -->
