docs

TwitterFacebook
Get flash to fully experience Pearltrees

3 Simple Things to Make Your jQuery Code Awesome

http://www.joezimjs.com/javascript/3-simple-things-to-make-your-jquery-code-awesome/ jQuery is one of the most popular (if not the most) JavaScript libraries in existence and a great number of people use it to do some amazing things. Personally, jQuery is what got me excited for learning JavaScript. The problem is that a lot of programmers don’t understand that with all that power massive amounts of CPU cycles are used. As much as jQuery engineers try to optimize jQuery, they are always limited in how fast they can make it go.
jQuery et son Core Forums dans cette catégorie avec détails de sujets , messages , dernier message Vos participations Vous souhaitez partager vos astuces, vos fonctions personelles et votre savoir avec la communauté ? N'hésitez pas, c'est par ici ! 5 sujets 13 messages Dernier message : 09-05-2012 14:59:13 par alex88

Jquery : Le forum FR d'entraide dédié à jQuery

http://www.jquery-fr.com/forum/
http://js.4design.tl/apprendre-jquery-1288

Apprendre jQuery

Apprendre jQuery La série Decoding jQuery proposée par Shi Chuan (créateur de Mobile Boilerplate et faisant partie de l’équipe de HTML5 Boilerplate ) nous propose une immersion (en anglais) dans le code source de jQuery . Après 4 parties consacrée aux bases du framework et aux subtilités de la programmation objet dans jQuery, l’auteur attaque les fonctions et les méthodes principales qui font le charme de jQuery ( extend() , isWindow() , parseXML() , globalEval() et toArray() ) pour le moment. jQuery Core OOP and jQuery part 1 OOP and jQuery part 2 OOP and jQuery part 3 OOP and jQuery part 4 jQuery.extend() – Objects inherit from objects jQuery.isWindow() – Detecting window object jQuery.parseXML() – Cross-browser XML parsing jQuery.globalEval() – Evaluates a script in a global context .toarray() – slice, call and everything else <p style="text-align:right;color:#A8A8A8"></p>

Slide Elements in Different Directions

http://www.learningjquery.com/2009/02/slide-elements-in-different-directions Although jQuery has a nice set of slide methods — .slideDown() , .slideUp() , and .slideToggle() — sometimes we may want to slide an element in a different direction. Fortunately, it's pretty easy to do. Reverse the Slide Direction With the built-in slide methods, elements are shown by sliding them down and into view. But what if we want to slide something from the bottom up and into view? The trick here is to use some judicious CSS.
http://docs.jquery.com/API/1.1.2/DOM/Traversing/Selectors#Custom_Selectors jQuery selectors are a combination of CSS 1-3, XPath, plus some custom code to glue it together. Essentially, the best parts from both of these query languages were taken, combined, and used to create the final jQuery expression language. If you already know CSS (which most web developers do) then you're going to be fine.

Custom Selectors - jQuery

jQuery selectors are a combination of CSS 1-3, XPath, plus some custom code to glue it together. Essentially, the best parts from both of these query languages were taken, combined, and used to create the final jQuery expression language. If you already know CSS (which most web developers do) then you're going to be fine. If you are unsure about the general differences between the techniques discussed here, these articles in the English Wikipedia may help clarify a lot: XPath and [ Using CSS and XPath Together This is a point of confusion, for some: How can you use CSS and XPath together, they're so different! http://docs.jquery.com/API/1.1.2/DOM/Traversing/Selectors#CSS_Selectors

CSS selectors jQuery

http://www.underworldmagazines.com/12-wesbites-to-learn-jquery/ Jquery is a great way to get a lot of cool things to happen on your website. You must take the time to learn it, in this post I give you 12 Wesbites to Learn jQuery. This is just to get your feet wet its always best to take a class or pick up a book. If you have move websites feel free to post it by leaving a comment. jquery-mix.com jqueryfordesigners.com

12 Wesbite to Learn jQuery