Why does
theMenuSection.innerHTML='<ul>';
alert(theMenuSection.innerHTML);
Produce <ul> </ul> just i have the opening tag.can i get <ul> from innerHTML tag
thanks
Why does
theMenuSection.innerHTML='<ul>';
alert(theMenuSection.innerHTML);
Produce <ul> </ul> just i have the opening tag.can i get <ul> from innerHTML tag
thanks