Fun With JQuery

geek post alert !

A friend in work – Liam pointed me to JQuery – a really neat Javascript library. Javascript is a language which internet browsers understand and you can use it to manipulate how pages look (and lots lots more).

So I decided to have a quick go at changing the way my reverse page works. Before it look a reasonable amount of PHP to do (I’m sure it could be done in fewer lines) but with JQuery it’s just:





Now that (to me) is pretty damn elegant.

Leave a Reply