Latest Screencasts (page 4)
jQuery Plugin Development
Remi - 2009-09-25 - paid
Creating plugins for jQuery is trivially easy and can help you: clean up your javascript in individual applications share re-used javascript between multiple applications share your snazzy jQuery voodoo with others! 1 $.fn.color = function(color){ 2 return this.each(function(){ 3 $(this).css('color', color); 4 }); 5 }; 6 7 $('a').color('red').css('font-weight', 'bold'); 8...
Watch this screencastjQuery Essential Training
Lynda - 2009-09-01 - paid
In jQuery Essential Training, Microsoft professional Joe Marini presents the power of the jQuery library, an open-source JavaScript project that greatly simplifies the process of adding advanced functionality to web sites. Joe teaches how to use these new features to build pages that work across browsers with the functionality that...
Watch this screencastRailsCasts #175 AJAX History and Bookmarks
Railscasts - 2009-08-17 - free
Browser page history and bookmarks do not usually work with AJAX requests, but in this episode I show you how to remedy this problem using a simple jQuery plugin.
Watch this screencastRailsCasts #174 Pagination with AJAX
Railscasts - 2009-08-10 - free
Learn an easy, unobtrusive way to add AJAX functionality to an existing set of pagination links using jQuery.
Watch this screencastjQuery Basics
Remi - 2009-06-16 - paid
I was about to make a short screencast showing how to use a jQuery plugin I created when I realized … there are still web developers out there who haven’t used jQuery! So … developers who aren’t yet fully comfortable with jQuery … this one is for you! I show...
Watch this screencastRailsCasts #136 jQuery
Railscasts - 2008-11-17 - free
How do you use jQuery with Rails? In this episode I redo episode #43 using jQuery instead of Prototype/RJS.
Watch this screencastRailsCasts #75 Complex Forms Part 3
Railscasts - 2007-10-15 - free
In this third and final episode on complex forms I will show you how to edit a project and multiple tasks all in one form. This includes removing and adding tasks dynamically as well. See the show notes for updated code.
Watch this screencast