Posts tagged: jquery

jquery

A javascript library that simplifies how to traverse HTML documents, handle events, perform animations, and add AJAX (Asynchronous JavaScript And XML)

slides and bubbles (jquery event delegation)

I wanted to improve my slideshow with image preloading. What I wanted was something that resembles a queue for preloading. On a blog I found a piece by Rebecca Murphey, she seems a very smart programmer. I picked up on the idea … Continue reading

Posted in juust | Tagged | Leave a comment

faking links & dblclick search

Being a noob at jquery, I was very satisfied with these two : the first is a one liner to search the blog when someone doubleclicks on a word, the second is an easy fake anchor. double click search If … Continue reading

Posted in wordpress | Tagged , | Leave a comment

masked slideshow – jquery & wordpress

I agreed to make a wordpress template for a friends’ site. As extra feature they wanted a slide show in the sidebar with a half transparent mask. I trolloped around the net a little and this seems the most basic sidebar slideshow … Continue reading

Posted in wordpress | Tagged , , | 1 Comment