browser detection
by kalmarsh80
HTML
<p></p>
CSS
span{ color: red }
JavaScript
$("p").html("This frame uses the W3C box model: <span>" + $.support.boxModel + "</span>");
by kalmarsh80
<p></p>
span{ color: red }
$("p").html("This frame uses the W3C box model: <span>" + $.support.boxModel + "</span>");