Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
you cannot.
You have to make 2 distincts arrays
Code:
function increaseFontSize(){
var p=document.getElementsByTagName('p');
var u=document.getElementsByTagName('ul');
//... do your stuff on ever arrays
__________________
Only a biker knows why a dog sticks his head out the window.
|