F
fazfazzi
Hi
I have a set of javascript functions that has to operate on class
attribute form some elements via DOM
I heard that .className works on IE, instead then .setAttribute
("class","miaclasse");
The problem is that .className doesn't work on FF, so, how can i do? I
thougth that if i could have two
separate .js file, one for FF the other for IE the issue will solve,
but can i do such a thing?
Thanks
I have a set of javascript functions that has to operate on class
attribute form some elements via DOM
I heard that .className works on IE, instead then .setAttribute
("class","miaclasse");
The problem is that .className doesn't work on FF, so, how can i do? I
thougth that if i could have two
separate .js file, one for FF the other for IE the issue will solve,
but can i do such a thing?
Thanks