Tag Archives: JQuery

CSS Float error detection

I’ve just read on Ajaxian about a jQuery snippet of code that checks a page you are working on has any CSS float errors. It highlights the elements that should have been cleared by putting an orange dotted browser around them.
I’m sure this will come in handy as its one of the major issues when [...]