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
__________________
Listen to the ducky: "This is awesome!!!"
|