Archive

Archive for the ‘jquery’ Category

Lazy loading of images (jquery) without scrolling

February 8, 2011 13 comments

Lazy loading of images is an awesome idea. But while the current jQuery lazy loading plugin requires one to scroll, this one doesn’t! And in only 4 lines of jQuery code!

Read more…

Categories: jquery Tags: ,

Setting form values in jQuery

April 16, 2008 2 comments

For my assignment in “Visual Databases”, one of my projects involved having a hidden form value set using Javascript. The value would be set to the id of the div when the mouse moved over one of the div elements.

Since I was using jQuery, I looked around for some code that would enable me to do this using jQuery, and this was the result:
Read more…

Categories: jquery
Follow

Get every new post delivered to your Inbox.