<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>(function() { &#187; togglepanel</title>
	<atom:link href="http://maxb.net/blog/category/togglepanel/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxb.net/blog</link>
	<description>// MAXB.NET LABS</description>
	<lastBuildDate>Mon, 16 May 2011 19:12:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>TogglePanel 0.9</title>
		<link>http://maxb.net/blog/2008/05/09/togglepanel-09/</link>
		<comments>http://maxb.net/blog/2008/05/09/togglepanel-09/#comments</comments>
		<pubDate>Fri, 09 May 2008 07:23:23 +0000</pubDate>
		<dc:creator>Massimiliano Balestrieri</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[togglepanel]]></category>

		<guid isPermaLink="false">http://maxb.net/blog/?p=20</guid>
		<description><![CDATA[Pubblico un paio di plugin che avevo scritto mesi fa&#8230; Download Depends jQuery 1.2.3 Moreselectors (download&#8230; here, not here.) Demo basilare Real World 1 Real World 2 Una versione più vecchia (con gli effetti di jquery 1.2 + interface.]]></description>
			<content:encoded><![CDATA[<p>Pubblico un paio di plugin che avevo scritto mesi fa&#8230; </p>
<ul>
<li><a href="http://maxb.net/scripts/togglepanel/lib/togglepanel.js">Download</a></li>
</ul>
<p>Depends</p>
<ul>
<li>jQuery 1.2.3</li>
<li>Moreselectors (download&#8230; <a href="http://maxb.net/scripts/togglepanel/lib/moreselectors.js">here</a>, <a href="http://plugins.jquery.com/project/moreSelectors">not here</a>.)</li>
</ul>
<p><a href="/scripts/togglepanel/">Demo basilare</a></p>
<pre class="brush: jscript; title: ; notranslate">
$(document).ready(function(){
    $('#cont_interno').TogglePanel(
        {
        headerSelector  : '.handleEvento',
        panelSelector   : '.dettaglioEvento',
        speed       : 'slow',
        uselinks    : true,
        }
    );
});
</pre>
<p><a href="http://www.storiaindustria.it/tutte_notizie.shtml">Real World 1</a></p>
<pre class="brush: jscript; title: ; notranslate">
$(document).ready(function(){
    $('#cont_interno').TogglePanel(
        {
            headerSelector  : '.handleEvento',
            panelSelector   : '.dettaglioEvento',
            speed       : 'slow',
            uselinks    : true,
            onTextLink  : '...continua',
            offTextLink : 'chiudi',
            onClassLink : 'btnNascondi',
            offClassLink    : 'btnVisualizza',
            prehtmlTextLink :'&lt;p&gt;&lt;span class=&quot;onoff&quot;&gt;&lt;a onclick=&quot;return false;&quot; href=&quot;#&quot; class=&quot;btnNascondi&quot;&gt;',
            posthtmlTextLink:'&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;',
            onstartHideAll  : true,
            openontitle : true
        }
    );
});
</pre>
<p><a href="http://www.storiaindustria.it/fonti_documenti/archivio_digitale/appl/client/archivio_documenti.php?ia=3042&#038;tl=">Real World 2</a></p>
<pre class="brush: jscript; title: ; notranslate">
$(document).ready(function(){
    $('#cont_interno').TogglePanel(
        {
            headerSelector  : '.handleEvento',
            panelSelector   : '.dettaglioEvento',
            speed       : 'slow',
            uselinks    : true,
            onTextLink  : '...continua',
            offTextLink : 'chiudi',
            onClassLink : 'btnNascondi',
            offClassLink    : 'btnVisualizza',
            prehtmlTextLink :'&lt;div class=&quot;contMed&quot;&gt;&lt;div class=&quot;apridett&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;btnStampa&quot;&gt;stampa&lt;/a&gt;&lt;span class=&quot;testonascosto&quot;&gt;&amp;amp;nbsp;|&amp;amp;nbsp;&lt;/span&gt;&lt;a onclick=&quot;return false;&quot; href=&quot;#&quot; class=&quot;btnNascondi&quot;&gt;',
            posthtmlTextLink:'&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;',
            onstartHideAll  : true,
            openontitle : true
        }
    );
});
</pre>
<p><a href="http://maxb.net/wiki/doku.php?id=wiki:jquery:plugins:togglepanel">Una versione più vecchia (con gli effetti di jquery 1.2 + interface</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://maxb.net/blog/2008/05/09/togglepanel-09/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

