/* Adds a class to "msie" to the body element if a Microsoft browser is
* detected. This is needed to workaround several of their limitations.
*/
if ( navigator.appVersion.indexOf("MSIE") > -1 ) {
document.body.className += " msie msie" +
navigator.appVersion.replace(/^.*MSIE\s+([0-9]+).*$/, "$1");
}
> >
for( att in jQuery.browser ) { if ( jQuery.browser[att] = true ) document.body.className + ' '+att }
Centro Interdisciplinar de Desenvolvimento e Gestão Social
Av. Reitor Miguel Calmon, s/n, Escola de Administração, térreo, Universidade Federal da Bahia,
Vale do Canela, Salvador/BA, CEP 40.110-903 | Tel (71) 3331.2949