Time for another jQuery plugin. This one writes text onto a page then replaces it with more text, a bit like a typewriter.
Read moreShowing 11 articles matching plugins
Time for another jQuery plugin. This one writes text onto a page then replaces it with more text, a bit like a typewriter.
Read more
I've written a few jQuery plugins recently, so this is going to turn into a bit of a plugin month. First up, a very pretty but fairly useless mouse/tilting device effect, using triangles.
Read moreI had to build a page the other day that contained a sort of sliding selector element containing two text links side by side, that controlled the show/hide status of two panels below it. At the time I was a bit rushed so I built it in a way that worked and suited the design, but I've since had time to come back and expand on that idea with a proper jQuery plugin version.
Read more
Tablemagic is a very quick plugin I threw together this week to solve a problem with an overly large table.
Read more
Recently I needed an animating circular progress bar for a website I was building. After some reasonably in-depth research I couldn't find anything that entirely suited my needs, so I sat down and wrote my own jQuery plugin to do it. And here it is.
Read more