What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Javascript spoiler tag help (solved + added final code)

Javascript spoiler tag help (solved + added final code)
Author: Message:
ShawnZ
Veteran Member
*****

Avatar

Posts: 3146
Reputation: 43
32 / Male / Flag
Joined: Jan 2003
RE: Javascript spoiler tag help (solved + added final code)
BTW:

function getElementsByClassName(checkClassName) {
r = new array(document.elements.length);
for (i=0;i<document.elements.length;i++) {
if (document.elements[i].className == checkClassName) {
r[] = document.elements[i]
}
}
return r;
}

getElementsByClassName('spoiler') == an array of all the page elements with the class name spoiler, afaik

This post was edited on 03-02-2006 at 03:03 AM by ShawnZ.
Spoiler:
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
03-02-2006 12:31 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Javascript spoiler tag help (solved + added final code) - by Ezra on 03-01-2006 at 08:06 PM
RE: Javascript spoiler tag help - by matty on 03-01-2006 at 08:08 PM
RE: Javascript spoiler tag help - by wj on 03-01-2006 at 08:09 PM
RE: Javascript spoiler tag help - by Ezra on 03-01-2006 at 08:13 PM
RE: Javascript spoiler tag help - by wj on 03-01-2006 at 08:15 PM
RE: Javascript spoiler tag help - by WDZ on 03-01-2006 at 08:22 PM
RE: Javascript spoiler tag help - by Ezra on 03-01-2006 at 08:25 PM
RE: Javascript spoiler tag help - by matty on 03-01-2006 at 09:49 PM
RE: Javascript spoiler tag help - by wj on 03-01-2006 at 10:06 PM
RE: Javascript spoiler tag help - by ShawnZ on 03-01-2006 at 10:18 PM
RE: Javascript spoiler tag help - by Ezra on 03-01-2006 at 10:42 PM
RE: Javascript spoiler tag help - by Plik on 03-01-2006 at 10:55 PM
RE: Javascript spoiler tag help - by Ezra on 03-01-2006 at 11:01 PM
RE: Javascript spoiler tag help - by Plik on 03-01-2006 at 11:06 PM
RE: Javascript spoiler tag help - by Ezra on 03-01-2006 at 11:08 PM
RE: Javascript spoiler tag help - by Plik on 03-01-2006 at 11:13 PM
RE: Javascript spoiler tag help - by Ezra on 03-01-2006 at 11:16 PM
RE: Javascript spoiler tag help - by Plik on 03-01-2006 at 11:20 PM
RE: Javascript spoiler tag help - by Ezra on 03-02-2006 at 12:03 AM
RE: Javascript spoiler tag help (solved + added final code) - by ShawnZ on 03-02-2006 at 12:31 AM
RE: Javascript spoiler tag help (solved + added final code) - by -dt- on 03-02-2006 at 02:54 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On