Entries Filed Under: jQuery
12:52pm November 26, 2008
Removing Navigation from jQuery Lightbox
Leandro Pinho wrote a great jQuery lightbox plugin. I have made a slight modification to it to restrict the navigation, Next and Prev links, from the lightbox.
$(".lightbox").lightBox({ gallery: false });


Downloads: jquery.lightbox-0.6.js
Views  551 Comments  0
Filed under: jQuery, Web Development
9:53pm April 15, 2008
CakePHP Bookmark Helper
Ritesh Agrawal aka "ragrawal" built a really nice Social Bookmarklet helper for CakePHP 1.2. It allows for the easy creation of "Share This" type links. I found that the location of the icons needed to be corrected to use CakePHP's IMAGES_URL constant.

I also changed the html wrapper element from a div to li allowing better easier use with jdMenu.

Downloads: Bookmark [Read More]
Views  1816 Comments  0
Filed under: CakePHP, jQuery
Sam Collett put together a great jQuery plugin for select box manipulation. It allows for the easy adding, removing, sorting, selecting, and copying of options in a select box without the need of loops. I downloaded the original from his site, http://www.texotela.co.uk/code/jquery/select/, and started getting it up and running. Except for the fact that you can not do a post request the ajaxAddOption method, everything works great with no modification.

I modified the ajaxAddOption [Read More]
Views  4866 Comments  1
Filed under: Ajax, JSON, jQuery
View Chris Thompson's profile on LinkedIn
Loading...