<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/tabs</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 03:18:38 GMT</pubDate>
<item>
<title>(JavaScript) Change URL without refreshing - dnnsldr</title>
<link>http://snipplr.com/view/66836/change-url-without-refreshing/</link>
<description><![CDATA[ <p>//You cannot change the whole url without redirecting, what you can do instead is change the hash.

//The hash is the part of the url that goes after the # symbol. 
//That was initially intended to direct you (locally) to sections of your HTML document, but you can read and modify it through javascript to use it somewhat like a global variable.</p> ]]></description>
<pubDate>Wed, 22 Aug 2012 02:05:07 GMT</pubDate>
<guid>http://snipplr.com/view/66836/change-url-without-refreshing/</guid>
</item>
<item>
<title>(C#) SalesLogix Web -  Refresh Tabs - stirfryrose</title>
<link>http://snipplr.com/view/66255/saleslogix-web---refresh-tabs/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 21 Jul 2012 02:04:19 GMT</pubDate>
<guid>http://snipplr.com/view/66255/saleslogix-web---refresh-tabs/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Remove Tabs and NewLine Characters - adrianparr</title>
<link>http://snipplr.com/view/65761/as3-remove-tabs-and-newline-characters/</link>
<description><![CDATA[ <p>If you load text in from an XML file that is wrapped in CDATA tags using 'XML.ignoreWhitespace = true' does not work. This function removes the tabs and linebreaks. To have linebreaks use '' tags.</p> ]]></description>
<pubDate>Fri, 22 Jun 2012 19:30:41 GMT</pubDate>
<guid>http://snipplr.com/view/65761/as3-remove-tabs-and-newline-characters/</guid>
</item>
<item>
<title>(JavaScript) Remotely Trigger Varien Tabs Class - flintcreative</title>
<link>http://snipplr.com/view/62658/remotely-trigger-varien-tabs-class/</link>
<description><![CDATA[ <p>extends the default varien "tabs" class to allow other links on the page to open a tab</p> ]]></description>
<pubDate>Fri, 20 Jan 2012 04:54:57 GMT</pubDate>
<guid>http://snipplr.com/view/62658/remotely-trigger-varien-tabs-class/</guid>
</item>
<item>
<title>(jQuery) jQuery Tabbed Element for multiple elements - digitalclubb</title>
<link>http://snipplr.com/view/61901/jquery-tabbed-element-for-multiple-elements/</link>
<description><![CDATA[ <p>A clean and simple jQuery function for creating a tabbed element. This one allows multiple tabbed elements on 1 page (which has been the downfall of so many others)</p> ]]></description>
<pubDate>Thu, 15 Dec 2011 04:11:16 GMT</pubDate>
<guid>http://snipplr.com/view/61901/jquery-tabbed-element-for-multiple-elements/</guid>
</item>
<item>
<title>(jQuery) jQuery Fieldset tabs with buttons - Neener54</title>
<link>http://snipplr.com/view/60466/jquery-fieldset-tabs-with-buttons/</link>
<description><![CDATA[ <p>This is inspired by jQuery autotabs plugin by Keywan Ghadami.  I've made a few changes to allow for more versatility and to add button navigation.</p> ]]></description>
<pubDate>Wed, 02 Nov 2011 05:52:54 GMT</pubDate>
<guid>http://snipplr.com/view/60466/jquery-fieldset-tabs-with-buttons/</guid>
</item>
<item>
<title>(CSS) Pure CSS tabs - reynish</title>
<link>http://snipplr.com/view/59402/pure-css-tabs/</link>
<description><![CDATA[ <p>So there is a little JS around setting the selected tab but they work perfectly without.</p> ]]></description>
<pubDate>Tue, 04 Oct 2011 23:55:30 GMT</pubDate>
<guid>http://snipplr.com/view/59402/pure-css-tabs/</guid>
</item>
<item>
<title>(jQuery) Tabs - nicholascamp</title>
<link>http://snipplr.com/view/59000/tabs/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 23 Sep 2011 05:41:10 GMT</pubDate>
<guid>http://snipplr.com/view/59000/tabs/</guid>
</item>
<item>
<title>(jQuery) Pestaña para mostrar/ocultar contenidos con jQuery - skozz</title>
<link>http://snipplr.com/view/57195/pestaa-para-mostrarocultar-contenidos-con-jquery/</link>
<description><![CDATA[ <p>El script funciona copiando y pegando, y se puede ver como funciona. Básicamente lo que hace es añadir y quitar una clase CSS cambiando el display para mostrar u ocultar el contenido según el caso. 

Nota: actualizar la librería jquery a la más actual.

Nota 2: No maqueté mucho más las pestañas para que cada quien le de su estilo, para que se entienda mejor el funcionamiento con menos líneas. 

Nota 3: Como consejo para los más avanzados, yo crearía (de hecho, así lo hice) un bucle para los cases en la función, de modo que no se repita tanto. Para los de wordpress recomendaría hacerle un loop dependiente del tipo de contenido. 

http://www.angelrmolina.com</p> ]]></description>
<pubDate>Wed, 27 Jul 2011 17:59:31 GMT</pubDate>
<guid>http://snipplr.com/view/57195/pestaa-para-mostrarocultar-contenidos-con-jquery/</guid>
</item>
<item>
<title>(jQuery) Google Maps v3 and JQuery Tabs (jQuery tabs google maps bug) Example - Whiteagle</title>
<link>http://snipplr.com/view/57003/google-maps-v3-and-jquery-tabs-jquery-tabs-google-maps-bug-example/</link>
<description><![CDATA[ <p>If you are struggling against some problems with google maps and tabs be aware that, in order to avoid problems, jQuery sets the width &amp; height of every hidden element to Zero.

To fix this problem all you have to do is trigger the resize event and the map will be working as it should. To trigger the event all you need to do is.</p> ]]></description>
<pubDate>Fri, 22 Jul 2011 01:37:01 GMT</pubDate>
<guid>http://snipplr.com/view/57003/google-maps-v3-and-jquery-tabs-jquery-tabs-google-maps-bug-example/</guid>
</item>
<item>
<title>(JavaScript) Google Maps v3 and JQuery Tabs (jQuery tabs google maps bug) - Whiteagle</title>
<link>http://snipplr.com/view/57002/google-maps-v3-and-jquery-tabs-jquery-tabs-google-maps-bug/</link>
<description><![CDATA[ <p>If you are struggling against some problems with google maps and tabs be aware that, in order to avoid problems, jQuery sets the width &amp; height of every hidden element to Zero.

To fix this problem all you have to do is trigger the resize event and the map will be working as it should.
To trigger the event all you need to do is</p> ]]></description>
<pubDate>Fri, 22 Jul 2011 01:35:31 GMT</pubDate>
<guid>http://snipplr.com/view/57002/google-maps-v3-and-jquery-tabs-jquery-tabs-google-maps-bug/</guid>
</item>
<item>
<title>(jQuery) Simple Tabs - amandalaine</title>
<link>http://snipplr.com/view/56270/simple-tabs/</link>
<description><![CDATA[ <p>The following jquery presumes HTML involving:
 (contains divs of each tab)
 (contains divs of each content)</p> ]]></description>
<pubDate>Fri, 08 Jul 2011 00:57:53 GMT</pubDate>
<guid>http://snipplr.com/view/56270/simple-tabs/</guid>
</item>
<item>
<title>(Pseudocode) pseudo code for active state on nav - predikt</title>
<link>http://snipplr.com/view/56150/pseudo-code-for-active-state-on-nav/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Jul 2011 03:42:27 GMT</pubDate>
<guid>http://snipplr.com/view/56150/pseudo-code-for-active-state-on-nav/</guid>
</item>
<item>
<title>(XML) Android - Tabs on the bottom - rottendevice</title>
<link>http://snipplr.com/view/55565/android--tabs-on-the-bottom/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 22 Jun 2011 04:53:29 GMT</pubDate>
<guid>http://snipplr.com/view/55565/android--tabs-on-the-bottom/</guid>
</item>
<item>
<title>(ActionScript 3) remove ascii text formatting - konrad_ha</title>
<link>http://snipplr.com/view/51245/remove-ascii-text-formatting/</link>
<description><![CDATA[ <p>This is useful if you are loading html-text via XML and want to remove additional line-breaks, newlines, formfeeds and tabs. It just leaves the clean html.</p> ]]></description>
<pubDate>Tue, 29 Mar 2011 16:27:09 GMT</pubDate>
<guid>http://snipplr.com/view/51245/remove-ascii-text-formatting/</guid>
</item>
<item>
<title>(Visual Basic) Use PageBreaks instead of tabs - heislekw</title>
<link>http://snipplr.com/view/50280/use-pagebreaks-instead-of-tabs/</link>
<description><![CDATA[ <p>On form, insert a Page Break after the first group of fields. This creates two "pages" in the form, which can be toggled using a command button on each.</p> ]]></description>
<pubDate>Tue, 08 Mar 2011 09:34:47 GMT</pubDate>
<guid>http://snipplr.com/view/50280/use-pagebreaks-instead-of-tabs/</guid>
</item>
<item>
<title>(jQuery) Simple Tabbing System - davebowker</title>
<link>http://snipplr.com/view/48219/simple-tabbing-system/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Feb 2011 00:27:24 GMT</pubDate>
<guid>http://snipplr.com/view/48219/simple-tabbing-system/</guid>
</item>
<item>
<title>(CSS) Drupal Admin Tabs - focal55</title>
<link>http://snipplr.com/view/45337/drupal-admin-tabs/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 06 Dec 2010 16:06:20 GMT</pubDate>
<guid>http://snipplr.com/view/45337/drupal-admin-tabs/</guid>
</item>
<item>
<title>(jQuery) Horizontal Tabbed Container - delineo</title>
<link>http://snipplr.com/view/45197/horizontal-tabbed-container/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 03 Dec 2010 04:26:05 GMT</pubDate>
<guid>http://snipplr.com/view/45197/horizontal-tabbed-container/</guid>
</item>
<item>
<title>(XHTML) Tabs - sebikovacs</title>
<link>http://snipplr.com/view/44253/tabs/</link>
<description><![CDATA[ <p>You must have jQuery of course</p> ]]></description>
<pubDate>Tue, 16 Nov 2010 20:36:40 GMT</pubDate>
<guid>http://snipplr.com/view/44253/tabs/</guid>
</item>
</channel>
</rss>