<?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>VisualXtudio &#187; jQuery</title>
	<atom:link href="http://www.visualxtudio.com/blog/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.visualxtudio.com</link>
	<description>Maquetación XHTML/CSS, Photoshop, Diseño, programación, fotografía, web</description>
	<lastBuildDate>Wed, 26 Oct 2011 12:05:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Truco: Preloader de página con jQuery sin plugin</title>
		<link>http://www.visualxtudio.com/blog/2011/10/19/truco-preloader-de-pagina-con-jquery-sin-plugin/</link>
		<comments>http://www.visualxtudio.com/blog/2011/10/19/truco-preloader-de-pagina-con-jquery-sin-plugin/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 19:13:10 +0000</pubDate>
		<dc:creator>Pablo García</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Trucos]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[preloader]]></category>

		<guid isPermaLink="false">http://www.visualxtudio.com/?p=1376</guid>
		<description><![CDATA[Tanto buscar por internet algún preloader ya hecho, más que nada por no perder el tiempo, y al final lo he perdido: no encontré ninguno que me gustara. malsup blockui. No hubo forma de que se mostrara mientras se carga la página. QueryLoader. Un plugin, demasiado para lo poco que quería hacer. Este tiene una animación muy elegante mientras hace la carga de la página. Todos los que encontré son más adecuados para hacer las [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Consolas; font-size: xx-small;"><img class="alignleft size-thumbnail wp-image-1218" title="jquery-logo" src="http://www.visualxtudio.com/wp-content/uploads/2011/09/jquery-logo-150x150.png" alt="" width="150" height="150" />Tanto buscar por internet algún preloader ya hecho, más que nada por no perder el tiempo, y al final lo he perdido: no encontré ninguno que me gustara.</span></p>
<ul>
<li><span style="color: #000000;"><span style="font-family: Consolas;"><span style="font-size: x-small;">malsup 	blockui. No hubo forma de que se mostrara mientras se carga la 	página.</span></span></span></li>
<li><span style="color: #000000;"><span style="font-family: Consolas;"><span style="font-size: x-small;">QueryLoader. 	Un plugin, demasiado para lo poco que quería hacer. Este tiene una 	animación muy elegante mientras hace la carga de la página.</span></span></span></li>
</ul>
<p><span style="color: #000000;"><span style="font-family: Consolas;"><span style="font-size: x-small;">Todos los que encontré son más adecuados para hacer las precargas de llamadas ajax o de carga de imágenes en zonas concretas de una página, pero no para la precarga de la página completa.</span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Consolas;"><span style="font-size: x-small;">Al final me he hecho uno:</span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Consolas;"><span style="font-size: x-small;"><span style="color: #008080;">Primero una capa en que ocultará toda la pantalla, para mostrarla mientras se carga la página.</span></span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Consolas;"><span style="font-size: x-small;"><span style="color: #008080;">&lt;</span><span style="color: #3f7f7f;">div</span> <span style="color: #7f007f;">id</span>=<span style="color: #2a00ff;"><em>&#8220;preloader&#8221;</em></span> <span style="color: #7f007f;">style</span>=&#8221;<span style="color: #7f007f;">z-index</span>:<span style="color: #2a00e1;"><em>40000</em></span>;<span style="color: #7f007f;">position</span>:<span style="color: #2a00e1;"><em>fixed</em></span>;<span style="color: #7f007f;">height</span>:<span style="color: #2a00e1;"><em>100%</em></span>;<span style="color: #7f007f;">width</span>:<span style="color: #2a00e1;"><em>100%</em></span>;<span style="color: #7f007f;">background-color</span>:<span style="color: #2a00e1;"><em>#fff</em></span>;<span style="color: #7f007f;">opacity</span>: <span style="color: #2a00e1;"><em>0.9</em></span>;<span style="color: #7f007f;">filter</span>: <span style="color: #2a00e1;"><em>alpha(opacity </em></span>=<span style="color: #2a00e1;"><em> 90)</em></span>;&#8221;<span style="color: #008080;">&gt;</span></span></span></span></p>
<p><span style="font-family: Consolas;"><span style="font-size: x-small;"><span style="color: #000000;"> </span><span style="color: #008080;">&lt;</span><span style="color: #3f7f7f;">div</span> <span style="color: #7f007f;">id</span><span style="color: #000000;">=</span><span style="color: #2a00ff;"><em>&#8220;preloaderWrapper&#8221;</em></span> <span style="color: #7f007f;">style</span><span style="color: #000000;">=&#8221;</span><span style="color: #7f007f;">width</span><span style="color: #000000;">:</span><span style="color: #2a00e1;"><em>150px</em></span><span style="color: #000000;">;</span><span style="color: #7f007f;">margin</span><span style="color: #000000;">:</span><span style="color: #2a00e1;"><em>20% auto</em></span><span style="color: #000000;">;</span><span style="color: #7f007f;">text-align</span><span style="color: #000000;">:</span><span style="color: #2a00e1;"><em>center</em></span><span style="color: #000000;">;</span><span style="color: #7f007f;">background</span><span style="color: #000000;">:</span><span style="color: #2a00e1;"><em>none</em></span><span style="color: #000000;">&#8220;</span><span style="color: #008080;">&gt;</span></span></span></p>
<p><span style="font-family: Consolas;"><span style="font-size: x-small;"><span style="color: #000000;"> </span><span style="color: #008080;">&lt;</span><span style="color: #3f7f7f;">img</span> <span style="color: #7f007f;">src</span><span style="color: #000000;">=</span><span style="color: #2a00ff;"><em>&#8220;</em></span><span style="color: #008080;">&lt;</span><span style="color: #3f7f7f;">html:rewrite</span> <span style="color: #7f007f;">page</span><span style="color: #000000;">=</span><span style="color: #2a00ff;"><em>&#8216;/images/logoAnimado.gif&#8217;</em></span><span style="color: #008080;">/&gt;</span><span style="color: #2a00ff;"><em>&#8220;</em></span> <span style="color: #7f007f;">width</span><span style="color: #000000;">=</span><span style="color: #2a00ff;"><em>&#8220;150&#8243;</em></span> <span style="color: #008080;">/&gt;&lt;</span><span style="color: #3f7f7f;">br</span><span style="color: #008080;">/&gt;</span></span></span></p>
<p><span style="font-family: Consolas;"><span style="font-size: x-small;"><span style="color: #000000;"> </span><span style="color: #008080;">&lt;</span><span style="color: #3f7f7f;">img</span> <span style="color: #7f007f;">src</span><span style="color: #000000;">=</span><span style="color: #2a00ff;"><em>&#8220;</em></span><span style="color: #008080;">&lt;</span><span style="color: #3f7f7f;">html:rewrite</span> <span style="color: #7f007f;">page</span><span style="color: #000000;">=</span><span style="color: #2a00ff;"><em>&#8216;/images/loading-grey.gif&#8217;</em></span><span style="color: #008080;">/&gt;</span><span style="color: #2a00ff;"><em>&#8220;</em></span><span style="color: #008080;">/&gt;</span></span></span></p>
<p><span style="font-family: Consolas;"><span style="font-size: x-small;"><span style="color: #000000;"> </span><span style="color: #008080;">&lt;/</span><span style="color: #3f7f7f;">div</span><span style="color: #008080;">&gt;</span></span></span></p>
<p><span style="font-family: Consolas;"><span style="font-size: x-small;"><span style="color: #008080;">&lt;/</span><span style="color: #3f7f7f;">div</span><span style="color: #008080;">&gt;</span></span></span></p>
<p><span style="font-family: Consolas;"><span style="font-size: x-small;"><span style="color: #000000;">Con jQuery, al final del método </span></span></span></p>
<p><span style="font-family: Consolas;"><span style="font-size: x-small;"><span style="color: #000000;">$(document).ready(</span><span style="color: #7f0055;"><strong>function</strong></span><span style="color: #000000;">() {</span></span></span></p>
<p><span style="color: #000000;">…<span style="font-family: Consolas;"><span style="font-size: x-small;">..</span></span></span></p>
<p><span style="font-family: Consolas;"><span style="font-size: x-small;"><span style="color: #000000;">$(</span><span style="color: #2a00ff;">&#8220;#preloader&#8221;</span><span style="color: #000000;">).delay(700).fadeOut(</span><span style="color: #2a00ff;">&#8220;slow&#8221;</span><span style="color: #000000;">);</span></span></span></p>
<p><span style="font-family: Consolas;"><span style="font-size: x-small;"><span style="color: #000000;">}</span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Consolas;"><span style="font-size: x-small;">El delay es sólo para que se retrase un poco y de tiempo a ver el gif animado de carga.</span></span></span></p>
<p><span style="color: #000000;"><span style="font-family: Consolas;"><span style="font-size: x-small;">Sólo hay una cosa que no me gusta, en IE6, el gif animado no se ve en movimiento hasta que no finaliza la carga de la página, que es precisamente, cuando desaparece el gif, mala suerte.</span></span></span></p>
<div style="height:33px;" class="really_simple_share"><div style="width:70px;" class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.visualxtudio.com%2Fblog%2F2011%2F10%2F19%2Ftruco-preloader-de-pagina-con-jquery-sin-plugin%2F&amp;layout=button_count&amp;show_faces=false&amp;width=70&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:70px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:50px; padding-left:10px;" class="really_simple_share_facebook_like_send">
				<fb:send href="http://www.visualxtudio.com/blog/2011/10/19/truco-preloader-de-pagina-con-jquery-sin-plugin/" font=""></fb:send>
				</div><div class="really_simple_share_linkedin"> 
				<script type="IN/Share" data-counter="right" data-url="http://www.visualxtudio.com/blog/2011/10/19/truco-preloader-de-pagina-con-jquery-sin-plugin/"></script>
			</div><div style="width:55px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://www.visualxtudio.com/blog/2011/10/19/truco-preloader-de-pagina-con-jquery-sin-plugin/" ></g:plusone>
			</div><div style="width:70px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Truco: Preloader de página con jQuery sin plugin" data-url="http://www.visualxtudio.com/blog/2011/10/19/truco-preloader-de-pagina-con-jquery-sin-plugin/"></a> 
			</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.visualxtudio.com/blog/2011/10/19/truco-preloader-de-pagina-con-jquery-sin-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Truco: Centrar verticalmente con jQuery</title>
		<link>http://www.visualxtudio.com/blog/2011/09/29/truco-centrar-verticalmente-con-jquery/</link>
		<comments>http://www.visualxtudio.com/blog/2011/09/29/truco-centrar-verticalmente-con-jquery/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 19:30:15 +0000</pubDate>
		<dc:creator>Pablo García</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[trucos]]></category>

		<guid isPermaLink="false">http://www.visualxtudio.com/?p=852</guid>
		<description><![CDATA[Internet Explorer se resiste a centrar en vertical, así que les propongo un truquillo para conseguirlo en todos los navegadores utilizando jQuery: Para que funcione hay que especificar una altura en el contenedor (padre) de los elementos que queremos centrar y NO espeficicar altura en los que sí queremos centrar.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.visualxtudio.com/wp-content/uploads/2011/09/jquery-logo-150x150.png" alt="" title="jquery-logo" width="150" height="150" class="alignleft size-thumbnail wp-image-1218" />Internet Explorer se resiste a centrar en vertical, así que les propongo un truquillo para conseguirlo en todos los navegadores utilizando jQuery:</p>
<div id="wpshdo_1" class="wp-synhighlighter-outer"><div id="wpshdt_1" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_1"></a><a id="wpshat_1" class="wp-synhighlighter-title" href="#codesyntax_1"  onClick="javascript:wpsh_toggleBlock(1)" title="Click to show/hide code block">Código</a></td><td align="right"><a href="#codesyntax_1" onClick="javascript:wpsh_code(1)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.visualxtudio.com/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_1" onClick="javascript:wpsh_print(1)" title="Print code"><img border="0" style="border: 0 none" src="http://www.visualxtudio.com/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.visualxtudio.com/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.visualxtudio.com/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_1" class="wp-synhighlighter-inner" style="display: block;"><pre class="php" style="font-family:monospace;">$<span class="br0">&#40;</span><span class="st_h">'.elementoACentrar'</span><span class="br0">&#41;</span><span class="sy0">.</span><span class="kw3">each</span><span class="br0">&#40;</span><span class="kw2">function</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#123;</span>
<span class="kw2">var</span> <span class="kw3">pos</span> <span class="sy0">=</span><span class="br0">&#40;</span>parseInt<span class="br0">&#40;</span>$<span class="br0">&#40;</span>this<span class="br0">&#41;</span><span class="sy0">.</span>parent<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">.</span>css<span class="br0">&#40;</span><span class="st0">&quot;height&quot;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">-</span>parseInt<span class="br0">&#40;</span>$<span class="br0">&#40;</span>this<span class="br0">&#41;</span><span class="sy0">.</span>css<span class="br0">&#40;</span><span class="st0">&quot;height&quot;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">/</span><span class="nu0">2</span><span class="sy0">;</span>
$<span class="br0">&#40;</span>this<span class="br0">&#41;</span><span class="sy0">.</span>css<span class="br0">&#40;</span><span class="br0">&#123;</span><span class="st0">&quot;padding-top&quot;</span><span class="sy0">:</span><span class="kw3">pos</span><span class="sy0">+</span><span class="st0">&quot;px&quot;</span><span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span>
<span class="br0">&#125;</span><span class="br0">&#41;</span><span class="sy0">;</span></pre></div></div><br />
Para que funcione hay que especificar una altura en el contenedor (padre) de los elementos que queremos centrar y NO espeficicar altura en los que sí queremos centrar.</p>
<div style="height:33px;" class="really_simple_share"><div style="width:70px;" class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.visualxtudio.com%2Fblog%2F2011%2F09%2F29%2Ftruco-centrar-verticalmente-con-jquery%2F&amp;layout=button_count&amp;show_faces=false&amp;width=70&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:70px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:50px; padding-left:10px;" class="really_simple_share_facebook_like_send">
				<fb:send href="http://www.visualxtudio.com/blog/2011/09/29/truco-centrar-verticalmente-con-jquery/" font=""></fb:send>
				</div><div class="really_simple_share_linkedin"> 
				<script type="IN/Share" data-counter="right" data-url="http://www.visualxtudio.com/blog/2011/09/29/truco-centrar-verticalmente-con-jquery/"></script>
			</div><div style="width:55px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://www.visualxtudio.com/blog/2011/09/29/truco-centrar-verticalmente-con-jquery/" ></g:plusone>
			</div><div style="width:70px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Truco: Centrar verticalmente con jQuery" data-url="http://www.visualxtudio.com/blog/2011/09/29/truco-centrar-verticalmente-con-jquery/"></a> 
			</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.visualxtudio.com/blog/2011/09/29/truco-centrar-verticalmente-con-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Formulario de contacto desplegable con jQuery y Typo3</title>
		<link>http://www.visualxtudio.com/blog/2011/04/28/formulario-de-contacto-desplegable-con-jquery-y-typo3/</link>
		<comments>http://www.visualxtudio.com/blog/2011/04/28/formulario-de-contacto-desplegable-con-jquery-y-typo3/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 00:40:19 +0000</pubDate>
		<dc:creator>Pablo García</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.visualxtudio.com/blog/2011/04/28/formulario-de-contacto-desplegable-con-jquery-y-typo3/</guid>
		<description><![CDATA[En esta web se puede ver un formulario de contacto que se despliega utilizando el efecto &#8220;Slide&#8221; de la librería jQueryUI. También utiliza la validación con el plugin Validator coloreando los campos que son necesarios. www.grupocian.com Lo más complicado ha sido encontrar la forma para que los frameworks javascript que utiliza Typo3 (scriptaculus&#8230;), se lleven bien con jQuery.]]></description>
			<content:encoded><![CDATA[<p>En esta web se puede ver un formulario de contacto que se<br />
despliega utilizando el efecto &#8220;Slide&#8221; de la librería jQueryUI.</p>
<p>También utiliza la validación con el plugin Validator coloreando<br />
los campos que son necesarios.</p>
<p><a href="http://www.grupocian.com">www.grupocian.com</a></p>
<p><a href="http://www.grupocian.com"></a>Lo más complicado ha sido encontrar la forma para que los frameworks javascript que utiliza Typo3 (scriptaculus&#8230;), se lleven bien con jQuery.</p>
<div style="height:33px;" class="really_simple_share"><div style="width:70px;" class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.visualxtudio.com%2Fblog%2F2011%2F04%2F28%2Fformulario-de-contacto-desplegable-con-jquery-y-typo3%2F&amp;layout=button_count&amp;show_faces=false&amp;width=70&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:70px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:50px; padding-left:10px;" class="really_simple_share_facebook_like_send">
				<fb:send href="http://www.visualxtudio.com/blog/2011/04/28/formulario-de-contacto-desplegable-con-jquery-y-typo3/" font=""></fb:send>
				</div><div class="really_simple_share_linkedin"> 
				<script type="IN/Share" data-counter="right" data-url="http://www.visualxtudio.com/blog/2011/04/28/formulario-de-contacto-desplegable-con-jquery-y-typo3/"></script>
			</div><div style="width:55px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://www.visualxtudio.com/blog/2011/04/28/formulario-de-contacto-desplegable-con-jquery-y-typo3/" ></g:plusone>
			</div><div style="width:70px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Formulario de contacto desplegable con jQuery y Typo3" data-url="http://www.visualxtudio.com/blog/2011/04/28/formulario-de-contacto-desplegable-con-jquery-y-typo3/"></a> 
			</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.visualxtudio.com/blog/2011/04/28/formulario-de-contacto-desplegable-con-jquery-y-typo3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Utilizar jQuery con Typo3</title>
		<link>http://www.visualxtudio.com/blog/2011/04/14/utilizar-jquery-con-typo3/</link>
		<comments>http://www.visualxtudio.com/blog/2011/04/14/utilizar-jquery-con-typo3/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 18:35:46 +0000</pubDate>
		<dc:creator>Pablo García</dc:creator>
				<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://www.visualxtudio.com/?p=787</guid>
		<description><![CDATA[Por defecto Typo3 tiene instaladas las librerias javascript de Mootools y Prototype y si queremos utilizar jQuery nos encontraremos con el problema del símbolo $, que ya no será accesible por jQuery. Así que después de buscar una solución he encontrado una bastante sencilla. En el siguiente código podemos ver los archivos insertados por Typo3 en la plantilla y las líneas enlazando al API de Google donde se alojan las librerías jQuery y jQueryUI. A [...]]]></description>
			<content:encoded><![CDATA[<p>Por defecto Typo3 tiene instaladas las librerias javascript de Mootools y Prototype y si queremos utilizar jQuery nos encontraremos con el problema del símbolo $, que ya no será accesible por jQuery. Así que después de buscar una solución he encontrado una bastante sencilla.</p>
<p><span id="more-787"></span></p>
<p>En el siguiente código podemos ver los archivos insertados por Typo3 en la plantilla y las líneas enlazando al API de Google donde se alojan las librerías jQuery y jQueryUI.</p>
<p>A continuación añadimos un script en el que configuraremos un nuevo símbolo para nuestras funciones jQuery:</p>
<pre class="brush: javascript; gutter: true; first-line: 1">&lt;script src="fileadmin/templates/scripts/prototype.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script src="fileadmin/templates/scripts/lightbox.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/jquery-ui.min.js" type="text/javascript"&gt;&lt;/script&gt;</pre>
<p>En el ejemplo añadimos a una capa el efecto slide de la librería jQueryUI.</p>
<p>[javascript]<br />
    var j=jQuery.noConflict();<br />
    j(function() {<br />
        j( &quot;#slideGracias&quot; ).effect(<br />
            &#8216;slide&#8217;,<br />
            {  direction: &quot;up&quot;,<br />
                distance: &quot;-283&quot; ,<br />
	        mode: &quot;show&quot;<br />
            },<br />
            1000<br />
        );<br />
    }<br />
[/javascript]</p>
<p>El truco está en la línea var j=jQuery.noConflict(). Esto hace que podamos utilizar una j en lugar del símbolo $ típico de jQuery. De esta forma no interferirá con las otras librerías.</p>
<div style="height:33px;" class="really_simple_share"><div style="width:70px;" class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.visualxtudio.com%2Fblog%2F2011%2F04%2F14%2Futilizar-jquery-con-typo3%2F&amp;layout=button_count&amp;show_faces=false&amp;width=70&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:70px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:50px; padding-left:10px;" class="really_simple_share_facebook_like_send">
				<fb:send href="http://www.visualxtudio.com/blog/2011/04/14/utilizar-jquery-con-typo3/" font=""></fb:send>
				</div><div class="really_simple_share_linkedin"> 
				<script type="IN/Share" data-counter="right" data-url="http://www.visualxtudio.com/blog/2011/04/14/utilizar-jquery-con-typo3/"></script>
			</div><div style="width:55px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://www.visualxtudio.com/blog/2011/04/14/utilizar-jquery-con-typo3/" ></g:plusone>
			</div><div style="width:70px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Utilizar jQuery con Typo3" data-url="http://www.visualxtudio.com/blog/2011/04/14/utilizar-jquery-con-typo3/"></a> 
			</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.visualxtudio.com/blog/2011/04/14/utilizar-jquery-con-typo3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paneles deslizantes con SlideDeck</title>
		<link>http://www.visualxtudio.com/blog/2010/03/07/paneles-deslizantes-con-slidedeck/</link>
		<comments>http://www.visualxtudio.com/blog/2010/03/07/paneles-deslizantes-con-slidedeck/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 13:57:56 +0000</pubDate>
		<dc:creator>Pablo García</dc:creator>
				<category><![CDATA[Recursos]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[slide]]></category>

		<guid isPermaLink="false">http://www.visualxtudio.com/?p=645</guid>
		<description><![CDATA[SlideDeck es otro plugin de jQuery que proporciona una forma muy vistosa de presentar la información, no ocupa demasiado sitio y es muy llamativa.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.slidedeck.com/" target="_blank">SlideDeck </a>es otro plugin de jQuery que proporciona una forma muy vistosa de presentar la información, no ocupa demasiado sitio y es muy llamativa.</p>
<div style="height:33px;" class="really_simple_share"><div style="width:70px;" class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.visualxtudio.com%2Fblog%2F2010%2F03%2F07%2Fpaneles-deslizantes-con-slidedeck%2F&amp;layout=button_count&amp;show_faces=false&amp;width=70&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:70px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:50px; padding-left:10px;" class="really_simple_share_facebook_like_send">
				<fb:send href="http://www.visualxtudio.com/blog/2010/03/07/paneles-deslizantes-con-slidedeck/" font=""></fb:send>
				</div><div class="really_simple_share_linkedin"> 
				<script type="IN/Share" data-counter="right" data-url="http://www.visualxtudio.com/blog/2010/03/07/paneles-deslizantes-con-slidedeck/"></script>
			</div><div style="width:55px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://www.visualxtudio.com/blog/2010/03/07/paneles-deslizantes-con-slidedeck/" ></g:plusone>
			</div><div style="width:70px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Paneles deslizantes con SlideDeck" data-url="http://www.visualxtudio.com/blog/2010/03/07/paneles-deslizantes-con-slidedeck/"></a> 
			</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.visualxtudio.com/blog/2010/03/07/paneles-deslizantes-con-slidedeck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery docs en linea</title>
		<link>http://www.visualxtudio.com/blog/2009/07/22/jquery-docs-en-linea/</link>
		<comments>http://www.visualxtudio.com/blog/2009/07/22/jquery-docs-en-linea/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 18:15:46 +0000</pubDate>
		<dc:creator>Pablo García</dc:creator>
				<category><![CDATA[Documentación]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[documentación]]></category>

		<guid isPermaLink="false">http://www.visualxtudio.com/?p=393</guid>
		<description><![CDATA[﻿ Una ayuda en línea para consultar las funciones y características del framework jQuery Continuar leyendo]]></description>
			<content:encoded><![CDATA[<div style="float: left;">﻿<a href="http://www.visualxtudio.com/blog/wp-content/uploads/2009/07/jquery.jpg"><img class="alignnone size-full wp-image-450" title="jquery" src="http://www.visualxtudio.com/wp-content/uploads/2009/07/jquery.jpg" alt="" width="150" height="82" /></a></div>
<div style="padding: 0 0 0 165px;">Una ayuda en línea para consultar las funciones y características del framework jQuery</div>
<div style="padding: 0 0 0 165px;">
<p><a href="http://visualjquery.com/" target="_blank">Continuar leyendo</a></p>
</div>
<div style="height:33px;" class="really_simple_share"><div style="width:70px;" class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.visualxtudio.com%2Fblog%2F2009%2F07%2F22%2Fjquery-docs-en-linea%2F&amp;layout=button_count&amp;show_faces=false&amp;width=70&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:70px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:50px; padding-left:10px;" class="really_simple_share_facebook_like_send">
				<fb:send href="http://www.visualxtudio.com/blog/2009/07/22/jquery-docs-en-linea/" font=""></fb:send>
				</div><div class="really_simple_share_linkedin"> 
				<script type="IN/Share" data-counter="right" data-url="http://www.visualxtudio.com/blog/2009/07/22/jquery-docs-en-linea/"></script>
			</div><div style="width:55px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://www.visualxtudio.com/blog/2009/07/22/jquery-docs-en-linea/" ></g:plusone>
			</div><div style="width:70px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="jQuery docs en linea" data-url="http://www.visualxtudio.com/blog/2009/07/22/jquery-docs-en-linea/"></a> 
			</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.visualxtudio.com/blog/2009/07/22/jquery-docs-en-linea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML TextArea con editor gracias a jQuery</title>
		<link>http://www.visualxtudio.com/blog/2009/07/22/html-textarea-con-editor-gracias-a-jquery/</link>
		<comments>http://www.visualxtudio.com/blog/2009/07/22/html-textarea-con-editor-gracias-a-jquery/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 18:10:33 +0000</pubDate>
		<dc:creator>Pablo García</dc:creator>
				<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.visualxtudio.com/?p=391</guid>
		<description><![CDATA[jHTMLArea &#8211; Editor HTML WYSIWYG con jQuery]]></description>
			<content:encoded><![CDATA[<p><a href="http://pietschsoft.com/post/2009/07/21/jHtmlArea-The-all-NEW-HTML-WYSIWYG-Editor-for-jQuery.aspx" target="_blank">jHTMLArea &#8211; Editor HTML WYSIWYG con jQuery</a></p>
<div style="height:33px;" class="really_simple_share"><div style="width:70px;" class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.visualxtudio.com%2Fblog%2F2009%2F07%2F22%2Fhtml-textarea-con-editor-gracias-a-jquery%2F&amp;layout=button_count&amp;show_faces=false&amp;width=70&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:70px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:50px; padding-left:10px;" class="really_simple_share_facebook_like_send">
				<fb:send href="http://www.visualxtudio.com/blog/2009/07/22/html-textarea-con-editor-gracias-a-jquery/" font=""></fb:send>
				</div><div class="really_simple_share_linkedin"> 
				<script type="IN/Share" data-counter="right" data-url="http://www.visualxtudio.com/blog/2009/07/22/html-textarea-con-editor-gracias-a-jquery/"></script>
			</div><div style="width:55px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://www.visualxtudio.com/blog/2009/07/22/html-textarea-con-editor-gracias-a-jquery/" ></g:plusone>
			</div><div style="width:70px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="HTML TextArea con editor gracias a jQuery" data-url="http://www.visualxtudio.com/blog/2009/07/22/html-textarea-con-editor-gracias-a-jquery/"></a> 
			</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.visualxtudio.com/blog/2009/07/22/html-textarea-con-editor-gracias-a-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 Ejemplos de menus con jQuery</title>
		<link>http://www.visualxtudio.com/blog/2009/07/06/15-ejemplos-de-menus-con-jquery/</link>
		<comments>http://www.visualxtudio.com/blog/2009/07/06/15-ejemplos-de-menus-con-jquery/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 11:22:22 +0000</pubDate>
		<dc:creator>Pablo García</dc:creator>
				<category><![CDATA[Inspiracion]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Inspiración]]></category>
		<category><![CDATA[menus]]></category>

		<guid isPermaLink="false">http://www.visualxtudio.com/?p=379</guid>
		<description><![CDATA[- jQuery &#8211; The easy way to navigate &#8211; Webdesign und Webentwicklung im Webstandard-Blog.]]></description>
			<content:encoded><![CDATA[<p><a href="http://webstandard.kulando.de/post/2009/06/30/jquery-the-easy-way-to-navigate">- jQuery &#8211; The easy way to navigate &#8211; Webdesign und Webentwicklung im Webstandard-Blog</a>.</p>
<div style="height:33px;" class="really_simple_share"><div style="width:70px;" class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.visualxtudio.com%2Fblog%2F2009%2F07%2F06%2F15-ejemplos-de-menus-con-jquery%2F&amp;layout=button_count&amp;show_faces=false&amp;width=70&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:70px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:50px; padding-left:10px;" class="really_simple_share_facebook_like_send">
				<fb:send href="http://www.visualxtudio.com/blog/2009/07/06/15-ejemplos-de-menus-con-jquery/" font=""></fb:send>
				</div><div class="really_simple_share_linkedin"> 
				<script type="IN/Share" data-counter="right" data-url="http://www.visualxtudio.com/blog/2009/07/06/15-ejemplos-de-menus-con-jquery/"></script>
			</div><div style="width:55px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://www.visualxtudio.com/blog/2009/07/06/15-ejemplos-de-menus-con-jquery/" ></g:plusone>
			</div><div style="width:70px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="15 Ejemplos de menus con jQuery" data-url="http://www.visualxtudio.com/blog/2009/07/06/15-ejemplos-de-menus-con-jquery/"></a> 
			</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.visualxtudio.com/blog/2009/07/06/15-ejemplos-de-menus-con-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ventana modal con contenido de Google Maps utilizando jQuery</title>
		<link>http://www.visualxtudio.com/blog/2009/07/03/ventana-modal-con-contenido-de-google-maps-utilizando-jquery/</link>
		<comments>http://www.visualxtudio.com/blog/2009/07/03/ventana-modal-con-contenido-de-google-maps-utilizando-jquery/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 12:18:55 +0000</pubDate>
		<dc:creator>Pablo García</dc:creator>
				<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[google maps]]></category>

		<guid isPermaLink="false">http://www.visualxtudio.com/?p=377</guid>
		<description><![CDATA[Simple Modal + Google map, easy modal map boxes with jQuery &#124; Your Site is Valid Blog.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.yoursiteisvalid.com/validnews/simple-modal-google-map-easy-modal-map-boxes-with-jquery-1129.html">Simple Modal + Google map, easy modal map boxes with jQuery | Your Site is Valid Blog</a>.</p>
<div style="height:33px;" class="really_simple_share"><div style="width:70px;" class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.visualxtudio.com%2Fblog%2F2009%2F07%2F03%2Fventana-modal-con-contenido-de-google-maps-utilizando-jquery%2F&amp;layout=button_count&amp;show_faces=false&amp;width=70&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:70px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:50px; padding-left:10px;" class="really_simple_share_facebook_like_send">
				<fb:send href="http://www.visualxtudio.com/blog/2009/07/03/ventana-modal-con-contenido-de-google-maps-utilizando-jquery/" font=""></fb:send>
				</div><div class="really_simple_share_linkedin"> 
				<script type="IN/Share" data-counter="right" data-url="http://www.visualxtudio.com/blog/2009/07/03/ventana-modal-con-contenido-de-google-maps-utilizando-jquery/"></script>
			</div><div style="width:55px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://www.visualxtudio.com/blog/2009/07/03/ventana-modal-con-contenido-de-google-maps-utilizando-jquery/" ></g:plusone>
			</div><div style="width:70px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Ventana modal con contenido de Google Maps utilizando jQuery" data-url="http://www.visualxtudio.com/blog/2009/07/03/ventana-modal-con-contenido-de-google-maps-utilizando-jquery/"></a> 
			</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.visualxtudio.com/blog/2009/07/03/ventana-modal-con-contenido-de-google-maps-utilizando-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recopilación de sitios que utilizan jQuery</title>
		<link>http://www.visualxtudio.com/blog/2009/06/28/recopilacion-de-sitios-que-utilizan-jquery/</link>
		<comments>http://www.visualxtudio.com/blog/2009/06/28/recopilacion-de-sitios-que-utilizan-jquery/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 20:14:34 +0000</pubDate>
		<dc:creator>Pablo García</dc:creator>
				<category><![CDATA[Inspiracion]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Inspiración]]></category>

		<guid isPermaLink="false">http://www.visualxtudio.com/?p=373</guid>
		<description><![CDATA[The 20 most practical and creative uses of jQuery]]></description>
			<content:encoded><![CDATA[<p><a href="http://net.tutsplus.com/articles/web-roundups/the-20-most-practical-and-creative-uses-of-jquery/" target="_blank">The 20 most practical and creative uses of jQuery</a></p>
<div style="height:33px;" class="really_simple_share"><div style="width:70px;" class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.visualxtudio.com%2Fblog%2F2009%2F06%2F28%2Frecopilacion-de-sitios-que-utilizan-jquery%2F&amp;layout=button_count&amp;show_faces=false&amp;width=70&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:70px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:50px; padding-left:10px;" class="really_simple_share_facebook_like_send">
				<fb:send href="http://www.visualxtudio.com/blog/2009/06/28/recopilacion-de-sitios-que-utilizan-jquery/" font=""></fb:send>
				</div><div class="really_simple_share_linkedin"> 
				<script type="IN/Share" data-counter="right" data-url="http://www.visualxtudio.com/blog/2009/06/28/recopilacion-de-sitios-que-utilizan-jquery/"></script>
			</div><div style="width:55px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://www.visualxtudio.com/blog/2009/06/28/recopilacion-de-sitios-que-utilizan-jquery/" ></g:plusone>
			</div><div style="width:70px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Recopilación de sitios que utilizan jQuery" data-url="http://www.visualxtudio.com/blog/2009/06/28/recopilacion-de-sitios-que-utilizan-jquery/"></a> 
			</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.visualxtudio.com/blog/2009/06/28/recopilacion-de-sitios-que-utilizan-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

