jQuery: add public properties and methods to plugins using the fn object October 14, 2012 How to add public properties and methods to jQuery plugins by using the fn object. Read more
Add properties and methods to jQuery plugins October 13, 2012 How to add public properties and methods to jQuery plugins. Read more
jQuery plugins: let users choose their own effects October 8, 2012 How to allow users to choose their own effects in jQuery's plugins. Read more
jQuery: creating an event-driven, object-oriented accordion October 7, 2012 How to create a fully object-oriented accordion by using jQuery's event data and custom events. Read more
jQuery: the load() event has been deprecated. Now what? October 7, 2012 The load() event has been deprecated in jQuery but web developers still use this event to preload images. Read more
Creating marginal drop caps with jQuery and CSS October 7, 2012 How to automatically create marginal drop caps with jQuery and style them with CSS. Read more
jQuery: change your internal links to SSL October 7, 2012 How to make your internal site links point to SSL with jQuery. Read more
jQuery: AJAX directory listing October 7, 2012 An AJAX-enabled directory listing implemented with jQuery. Read more
WordPress: choosing the right datetime format for the HTML5 time element October 6, 2012 How to insert the correct time format in the HTML5 datetime attribute of the time element in WordPress. Read more
jQuery: $.getJSON() example and tutorial October 6, 2012 How to use the jQuery's $.getJSON() method in practice. Read more