Hi!
Just as I can manipulate DOM node with JavaScript - can I manipulate the
CSS classes?
CSS:
#myid
{
blah: 123;
}
Pseudo-JS:
myid.blah=321;
....and automatically, all tags with ID=myid will change.
Is this possible?
Just as I can manipulate DOM node with JavaScript - can I manipulate the
CSS classes?
CSS:
#myid
{
blah: 123;
}
Pseudo-JS:
myid.blah=321;
....and automatically, all tags with ID=myid will change.
Is this possible?
Comment