<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4362406427478311495</id><updated>2011-07-29T03:52:18.435-05:00</updated><category term='jquery'/><title type='text'>Hello world, jQuery!!!</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://jquery-codex.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362406427478311495/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://jquery-codex.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Luis</name><uri>http://www.blogger.com/profile/00117272900674282772</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4362406427478311495.post-2832175992621063345</id><published>2010-03-12T18:37:00.001-05:00</published><updated>2010-03-12T18:39:37.091-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='jquery'/><title type='text'>menu con jQuery + CSS</title><content type='html'>mas jquery... :S&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362406427478311495-2832175992621063345?l=jquery-codex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jquery-codex.blogspot.com/feeds/2832175992621063345/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://jquery-codex.blogspot.com/2010/03/menu-con-jquery-css.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362406427478311495/posts/default/2832175992621063345'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362406427478311495/posts/default/2832175992621063345'/><link rel='alternate' type='text/html' href='http://jquery-codex.blogspot.com/2010/03/menu-con-jquery-css.html' title='menu con jQuery + CSS'/><author><name>Luis</name><uri>http://www.blogger.com/profile/00117272900674282772</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4362406427478311495.post-2328826241317513269</id><published>2010-03-07T10:49:00.031-05:00</published><updated>2010-03-21T16:46:32.034-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='jquery'/><title type='text'>jQuery.. hello world!!!</title><content type='html'>Para llamar jQuery desde Google hacemos referencia al script desde el listado de APIs: &lt;pre class="brush: javascript"&gt;&amp;lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;/pre&gt;Carga el framework con la version 1.3.2, que es la que utilizo en mis paginas, luego para poder utilizarlo seria solo instanciar la funcion cuando la pagina este cargada:&lt;pre class="brush: javascript"&gt;$(document).ready(function(){&lt;br /&gt;   // ponemos nuestro codigo&lt;br /&gt;});&lt;br /&gt;// Una forma las corta de instanciar las funciones de jQuery, y es la que utilizo&lt;br /&gt;$(function(){  &lt;br /&gt;  // aqui ponemos nuestro codigos :)&lt;br /&gt;})&lt;/pre&gt;&lt;br /&gt;Bueno, jQuery es muy flexible para poder crear funciones y hasta nuestros propios plugins... bueno este es solo el comienzo, en mis paginas utilizo muchos plugins pero sin llegar a "colgar" la pagina... &lt;br /&gt;ya saben IE fck... &lt;br /&gt;&lt;br /&gt;suerte&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4362406427478311495-2328826241317513269?l=jquery-codex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jquery-codex.blogspot.com/feeds/2328826241317513269/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://jquery-codex.blogspot.com/2010/03/asd.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4362406427478311495/posts/default/2328826241317513269'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4362406427478311495/posts/default/2328826241317513269'/><link rel='alternate' type='text/html' href='http://jquery-codex.blogspot.com/2010/03/asd.html' title='jQuery.. hello world!!!'/><author><name>Luis</name><uri>http://www.blogger.com/profile/00117272900674282772</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
