Posts Tagged ‘jquery’
Ultimate guide to table UI patterns
Wednesday, March 3, 2010 5:13 CommentsA great article from a website I follow.
It covers a few tips and tricks on table user interface, some are obvious which is by no means a bad thing as it is handy to have them all in one place. I know as I looked down the list I got a few ideas for [...]
JQuery – Simple IE 6 Detection
Tuesday, February 23, 2010 3:48 CommentsA simple way to detect whether the web browser you are using is IE 6, this way allows any version of IE 6 to be picked up.
I’m sure there is a clearer way to do this so please feel free to improve but this certainly works.
$(document).ready(function() {
ie6catch [...]


