<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: jquery mb.tabset</title>
	<atom:link href="http://pupunzi.open-lab.com/mb-jquery-components/mb-tabset/feed/" rel="self" type="application/rss+xml" />
	<link>http://pupunzi.open-lab.com</link>
	<description>mb.ideas.repository</description>
	<lastBuildDate>Sat, 11 Feb 2012 07:42:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: kenanagkurt</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-tabset/#comment-19390</link>
		<dc:creator><![CDATA[kenanagkurt]]></dc:creator>
		<pubDate>Wed, 14 Dec 2011 08:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=756#comment-19390</guid>
		<description><![CDATA[can u help me about add my html web site]]></description>
		<content:encoded><![CDATA[<p>can u help me about add my html web site</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: y8 games</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-tabset/#comment-17025</link>
		<dc:creator><![CDATA[y8 games]]></dc:creator>
		<pubDate>Mon, 14 Nov 2011 07:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=756#comment-17025</guid>
		<description><![CDATA[Good. Thanks for sharing]]></description>
		<content:encoded><![CDATA[<p>Good. Thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yashmangupta</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-tabset/#comment-12804</link>
		<dc:creator><![CDATA[yashmangupta]]></dc:creator>
		<pubDate>Wed, 24 Aug 2011 09:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=756#comment-12804</guid>
		<description><![CDATA[Hi,

Excellent plugin but want to ask whether can I use this plugin for commercial purposes free of charge or is there any cost associated to it.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Excellent plugin but want to ask whether can I use this plugin for commercial purposes free of charge or is there any cost associated to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo Bicocchi</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-tabset/#comment-10030</link>
		<dc:creator><![CDATA[Matteo Bicocchi]]></dc:creator>
		<pubDate>Thu, 23 Jun 2011 17:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=756#comment-10030</guid>
		<description><![CDATA[Hi kiarash,
Sorry but I don&#039;t know how RadTabStrip works...
Bye,
Matteo]]></description>
		<content:encoded><![CDATA[<p>Hi kiarash,<br />
Sorry but I don&#8217;t know how RadTabStrip works&#8230;<br />
Bye,<br />
Matteo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kiarash</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-tabset/#comment-10024</link>
		<dc:creator><![CDATA[kiarash]]></dc:creator>
		<pubDate>Thu, 23 Jun 2011 15:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=756#comment-10024</guid>
		<description><![CDATA[Hi Matteo
If I want to have this ability for Telerik : RadTabStrip , what I need to do?]]></description>
		<content:encoded><![CDATA[<p>Hi Matteo<br />
If I want to have this ability for Telerik : RadTabStrip , what I need to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ziggyz</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-tabset/#comment-8341</link>
		<dc:creator><![CDATA[ziggyz]]></dc:creator>
		<pubDate>Thu, 28 Apr 2011 19:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=756#comment-8341</guid>
		<description><![CDATA[Matteo,
Need your input here, following is my code!
&lt;code&gt;
function changeTitle(tabID, text){
   $(&quot;#&quot;+tabID).html(text);
}

function changeTabContent(tabID, tabtext, tabContentUrl, tabUrlData){

	 changeTitle(tabID, tabtext);
	 $(&quot;#&quot;+tabID).mb_changeContent(tabContentUrl,tabUrlData);
	 $(&quot;#&quot;+tabID).mb_drawAjaxContent(); 

}
&lt;/code&gt;
The above script is working however i loose the tab background when i use it. so the tabs loose their look. any ideas?]]></description>
		<content:encoded><![CDATA[<p>Matteo,<br />
Need your input here, following is my code!<br />
<code><br />
function changeTitle(tabID, text){<br />
   $("#"+tabID).html(text);<br />
}</p>
<p>function changeTabContent(tabID, tabtext, tabContentUrl, tabUrlData){</p>
<p>	 changeTitle(tabID, tabtext);<br />
	 $("#"+tabID).mb_changeContent(tabContentUrl,tabUrlData);<br />
	 $("#"+tabID).mb_drawAjaxContent(); </p>
<p>}<br />
</code><br />
The above script is working however i loose the tab background when i use it. so the tabs loose their look. any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ziggyz</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-tabset/#comment-8259</link>
		<dc:creator><![CDATA[ziggyz]]></dc:creator>
		<pubDate>Sun, 24 Apr 2011 14:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=756#comment-8259</guid>
		<description><![CDATA[of-coarse! thanks Matteo,
this helps... just getting used to jquery... 

Appreciate your help and contribution!]]></description>
		<content:encoded><![CDATA[<p>of-coarse! thanks Matteo,<br />
this helps&#8230; just getting used to jquery&#8230; </p>
<p>Appreciate your help and contribution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo Bicocchi</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-tabset/#comment-8256</link>
		<dc:creator><![CDATA[Matteo Bicocchi]]></dc:creator>
		<pubDate>Sun, 24 Apr 2011 13:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=756#comment-8256</guid>
		<description><![CDATA[Ok,
I think the best way to get both your needs is to add some javascript to the content you are loading via ajax.
Anything you have on the content loaded will be fired once placed on the page; so you can have a javascript call that changes the title of your TAB and whatever else that is related to your form directly into the fragment you are loading in the page as tab content.

You can also change the title via  the &quot;onSel&quot; metadata defining a callback function that will be fired once you click on the tab: 

in the HTML:
[sourcecode language=&quot;html&quot;]
&lt;a id=&quot;a&quot; class=&quot;tab {content:&#039;cont_1&#039;, onSel:&#039;changeTitle(\&#039;yourTabID\&#039;,\&#039;MyTitle\&#039;)&#039;}&quot; &gt;tab 1&lt;/a&gt;
[/sourcecode]

In the JS:
[sourcecode language=&quot;javascript&quot;]
&lt;script&gt;
function changeTitle(tabID, text){
   $(&quot;#&quot;+tabID).html(text);
}
&lt;/script&gt;
[/sourcecode]


Hope this can help you.
Matteo]]></description>
		<content:encoded><![CDATA[<p>Ok,<br />
I think the best way to get both your needs is to add some javascript to the content you are loading via ajax.<br />
Anything you have on the content loaded will be fired once placed on the page; so you can have a javascript call that changes the title of your TAB and whatever else that is related to your form directly into the fragment you are loading in the page as tab content.</p>
<p>You can also change the title via  the &#8220;onSel&#8221; metadata defining a callback function that will be fired once you click on the tab: </p>
<p>in the HTML:</p>
<pre class="brush: xml;">
&lt;a id=&quot;a&quot; class=&quot;tab {content:'cont_1', onSel:'changeTitle(\'yourTabID\',\'MyTitle\')'}&quot; &gt;tab 1&lt;/a&gt;
</pre>
<p>In the JS:</p>
<pre class="brush: jscript;">
&lt;script&gt;
function changeTitle(tabID, text){
   $(&quot;#&quot;+tabID).html(text);
}
&lt;/script&gt;
</pre>
<p>Hope this can help you.<br />
Matteo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ziggyz</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-tabset/#comment-8255</link>
		<dc:creator><![CDATA[ziggyz]]></dc:creator>
		<pubDate>Sun, 24 Apr 2011 13:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=756#comment-8255</guid>
		<description><![CDATA[Sorry.. i missed the important part.
1/ I am adding and updating the contents of tabs. So how do I refer to a tab to change its title when i am updating its content via ajax. I can load the content just fine, but the tab title needs to be changed as well.

2/ On Another note related to Content of Tab changed via Ajax, What is the best way to manage this, like if i am changing content of Tab to a Form that will be submitted! how OR when do i include the jquery script related to that form. Ideally i would want to add the javascript as i change the contents of tab but then should i include that script in script tag with form? or is there another way to load javascript for new content loaded via ajax. Need your suggestion on this..]]></description>
		<content:encoded><![CDATA[<p>Sorry.. i missed the important part.<br />
1/ I am adding and updating the contents of tabs. So how do I refer to a tab to change its title when i am updating its content via ajax. I can load the content just fine, but the tab title needs to be changed as well.</p>
<p>2/ On Another note related to Content of Tab changed via Ajax, What is the best way to manage this, like if i am changing content of Tab to a Form that will be submitted! how OR when do i include the jquery script related to that form. Ideally i would want to add the javascript as i change the contents of tab but then should i include that script in script tag with form? or is there another way to load javascript for new content loaded via ajax. Need your suggestion on this..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo Bicocchi</title>
		<link>http://pupunzi.open-lab.com/mb-jquery-components/mb-tabset/#comment-8254</link>
		<dc:creator><![CDATA[Matteo Bicocchi]]></dc:creator>
		<pubDate>Sun, 24 Apr 2011 12:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?page_id=756#comment-8254</guid>
		<description><![CDATA[Hi Ziggyz,
the tabs titles are defined into the HTML: 
[sourcecode language=&quot;html&quot;]
&lt;a id=&quot;a&quot; class=&quot;tab {content:&#039;cont_1&#039;}&quot; &gt;tab 1&lt;/a&gt; 
[/sourcecode]

here the title is &quot;tab 1&quot;
To change it just change the HTML.
Bye,
Matteo]]></description>
		<content:encoded><![CDATA[<p>Hi Ziggyz,<br />
the tabs titles are defined into the HTML: </p>
<pre class="brush: xml;">
&lt;a id=&quot;a&quot; class=&quot;tab {content:'cont_1'}&quot; &gt;tab 1&lt;/a&gt;
</pre>
<p>here the title is &#8220;tab 1&#8243;<br />
To change it just change the HTML.<br />
Bye,<br />
Matteo</p>
]]></content:encoded>
	</item>
</channel>
</rss>

