<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Change Tab Nav Tab on Button click &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/change-tab-nav-tab-on-button-click/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/change-tab-nav-tab-on-button-click/feed/</link>
		<description></description>
		<lastBuildDate>Wed, 15 Oct 2025 13:58:17 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/change-tab-nav-tab-on-button-click/#post-277260</guid>
					<title><![CDATA[Change Tab Nav Tab on Button click]]></title>
					<link>https://theme.co/archive/forums/topic/change-tab-nav-tab-on-button-click/#post-277260</link>
					<pubDate>Tue, 19 May 2015 21:04:07 +0000</pubDate>
					<dc:creator>GerlChristoph</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I have a Button in the content of a tab-nav tab and I want to change the active tab when this button is clicked. The Button&#8217;s Id is &#8216;chooseImage&#8217; so i tried using the following custom javascript custom code to achieve this:</p>
<pre><code>$(document).on(&#039;click&#039;, &quot;#chooseImage&quot;, function(){     
  $(&#039;.x-nav-tabs-item a&#039;)[1].click();
});</code></pre>
<p>I have an Issue here, the active Tab is now the one i want it to be, but the content displayed is still the one of the former active Tab. I appreciate your help.</p>
<p>You can see the Issue on my page <a href="http://www.dieuhronline.de/shop/designer-2/" rel="nofollow">here</a>. It&#8217;s the button on the left column in the first tab.</p>
<p>Greets,<br />
Christoph</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-tab-nav-tab-on-button-click/#post-277271</guid>
					<title><![CDATA[Reply To: Change Tab Nav Tab on Button click]]></title>
					<link>https://theme.co/archive/forums/topic/change-tab-nav-tab-on-button-click/#post-277271</link>
					<pubDate>Tue, 19 May 2015 21:18:08 +0000</pubDate>
					<dc:creator>GerlChristoph</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry, was a silly Bug. SOLVED!<br />
It works just as described above.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-tab-nav-tab-on-button-click/#post-277391</guid>
					<title><![CDATA[Reply To: Change Tab Nav Tab on Button click]]></title>
					<link>https://theme.co/archive/forums/topic/change-tab-nav-tab-on-button-click/#post-277391</link>
					<pubDate>Wed, 20 May 2015 02:33:24 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Christoph,</p>
<p>Glad that this is working now.<br />
Let us know if you have questions in the future.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-tab-nav-tab-on-button-click/#post-292432</guid>
					<title><![CDATA[Reply To: Change Tab Nav Tab on Button click]]></title>
					<link>https://theme.co/archive/forums/topic/change-tab-nav-tab-on-button-click/#post-292432</link>
					<pubDate>Thu, 04 Jun 2015 12:25:08 +0000</pubDate>
					<dc:creator>GerlChristoph</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I have one more question, is there any event fired when the tab is changed? I want to draw on a canvas when the tab is changed but I can&#8217;t find a way to execute some code right when the tab changed. </p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-tab-nav-tab-on-button-click/#post-292998</guid>
					<title><![CDATA[Reply To: Change Tab Nav Tab on Button click]]></title>
					<link>https://theme.co/archive/forums/topic/change-tab-nav-tab-on-button-click/#post-292998</link>
					<pubDate>Fri, 05 Jun 2015 00:36:24 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>You can check the tab if it has the <code>active</code> class. You can try this code:</p>
<pre><code>(function($){
  if ( $(&#039;#tab-ID&#039;).hasClass(&#039;active&#039;) ) {
    //do something here
  }
})(jQuery);</code></pre>
<p>Please let us know if this works out for you.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

