Archive for July, 2011

Adil Wali » » So + Lo + Mo =…

Adil Wali » » So + Lo + Mo = LOL: http://www.adilwali.com/entrepreneurship/so-lo-mo-lol/

jQuery Plugin: selectAll

I added a jQuery plugin that I wrote a while ago that turns a checkbox into one that selects or deselects other checkboxes on the page. Example HTML and CSS to follow.

Find it at https://github.com/jonathandean/jquery.selectAll

New jQuery plugin: Fix on scroll

I added a new jQuery plugin that will fix an element to the top of the browser window once you scroll past it, similar to the functionality of the actions bar in the newest gmail UI.

Find it at https://github.com/jonathandean/jquery.fixOnScroll

Update: The right sidebar (on this page only) should move down as you scroll past it in the browser window. Depending on your window size, you may need to shorten the height of your browser to see it. The code for this is simply:

$(document).ready(function(){
  $('#sidebar').fixOnScroll();
});

There are more usage examples on the README page of the git repository

I’ve created my profile at a…

I’ve created my profile at about.me! Check me out: http://t.co/34O7T9Q and sign up at http://t.co/JlPJbGo.