<?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>El blog de Cristian Deluxe &#187; buttons</title>
	<atom:link href="http://blog.cristiandeluxe.com/tag/buttons/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cristiandeluxe.com</link>
	<description>Un espacio para poner mis cosas</description>
	<lastBuildDate>Sat, 10 Jul 2010 12:50:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Checkboxes y botones de radio con estilo con jQuery</title>
		<link>http://blog.cristiandeluxe.com/2008/10/28/checkboxes-y-botones-de-radio-con-estilo-con-jquery/</link>
		<comments>http://blog.cristiandeluxe.com/2008/10/28/checkboxes-y-botones-de-radio-con-estilo-con-jquery/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 00:17:32 +0000</pubDate>
		<dc:creator>CristianDeluxe</dc:creator>
				<category><![CDATA[diseño web]]></category>
		<category><![CDATA[botones]]></category>
		<category><![CDATA[buttons]]></category>
		<category><![CDATA[Checkboxes]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[formularios]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[radio]]></category>

		<guid isPermaLink="false">http://cristiandeluxe.wordpress.com/?p=50</guid>
		<description><![CDATA[Si quieres cambiar tus viejos y aburridos checkboxes y botones de radio por otros con mucho más estilo puedes probar con esta extensión para jQuery. El funcionamiento es muy simple: $(document).ready(function(){ &#160; &#160; &#160; &#160; $&#40;&#34;input&#34;&#41;.checkize&#40;&#123; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; checked:&#34;images/checked.gif&#34;, &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; checked_down:&#34;images/checked_down.gif&#34;, &#160; [...]


No hay entradas relacionadas.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Si quieres cambiar tus viejos y aburridos checkboxes y botones de radio por otros con mucho más estilo puedes probar con esta extensión para jQuery.</p>
<p>El funcionamiento es muy simple:</p>
<div class="geshi no javascript">
<div class="head">$(document).ready(function(){</div>
<ol>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; $<span class="br0">&#40;</span><span class="st0">&quot;input&quot;</span><span class="br0">&#41;</span>.<span class="me1">checkize</span><span class="br0">&#40;</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; checked:<span class="st0">&quot;images/checked.gif&quot;</span>,</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; checked_down:<span class="st0">&quot;images/checked_down.gif&quot;</span>,</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; checked_hover:<span class="st0">&quot;images/checked_hover.gif&quot;</span>,</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; unchecked:<span class="st0">&quot;images/unchecked.gif&quot;</span>,</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; unchecked_down:<span class="st0">&quot;images/unchecked_down.gif&quot;</span>,</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; unchecked_hover:<span class="st0">&quot;images/unchecked_hover.gif&quot;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#125;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span><span class="br0">&#41;</span>;</div>
</li>
</ol>
</div>
<p>Puedes ver una demo funcionando aquí: <a target="_blank" href="http://totmacher.eu/jquery/radio/demo/">http://totmacher.eu/jquery/radio/demo/</a><br />
Fuente en modo texto: <a target="_blank" href="http://totmacher.eu/jquery/radio/src/jquery.checkize.js">http://totmacher.eu/jquery/radio/src/jquery.checkize.js</a><br />
Descargar código de ejemplo + fuente en un .zip: <a target="_blank" href="http://totmacher.eu/jquery/radio_v0.2.zip">http://totmacher.eu/jquery/radio_v0.2.zip</a></p>
<p>Fuente: <a target="_blank" href="http://loveandtheft.org/2008/09/19/styled-checkboxes-and-radiobuttons-with-jquery/">Love and Theft</a></p>


<p>No hay entradas relacionadas.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.cristiandeluxe.com/2008/10/28/checkboxes-y-botones-de-radio-con-estilo-con-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
