A note to anyone brave enough to come here from Google: Scriptygoddess never has (and never will) distribute malware. I honestly have no idea where they got that idea from, unless this is their retribution for me pissing about their business practices previously. All paid links have been removed from this site for some time […]
I've gotten a few emails about my (old) Next/Previous Post in Same Category plugin and about the fact that's its broken – however, this functionality is now built into wordpress. (and I have it working on the site right now as a matter of fact). I'm a bit behind on what has been included with […]
02 Dec, 2007
Posted by: Jennifer In: Flash
This is only just a small snippet of code and probably won't be totally helpful unless you have a fairly good idea what you're doing. I would make a full tutorial, except *I* don't have a complete understanding of what I'm doing. LOL! I know just enough in Flash to be "dangerous". In any case, […]
Example: <div id="mydiv" class="current">Content</div> To change class assignment: document.getElementById('mydiv').className = 'notcurrent'; To remove the class assignment: document.getElementById('mydiv').className = ";