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
quote:
Originally posted by Ezra
But Only the first div shows up now, not the second and the third on that page

because you should be using .spoiler, not #spoiler. IDs cant be repeated anywhere on a page.

for (i=0;i<document.getElementsByTagName('div').length;i++) {
if (document.getElementsByTagName('div')[i].class='spoiler') {
  if(document.getElementsByTagName('div')[i].style.display == 'none') {
   document.getElementsByTagName('div')[i].style.display = '';
  } else {
   document.getElementById('spoiler').style.display = 'none';
  }
}
}

This post was edited on 03-01-2006 at 10:18 PM 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-01-2006 10:18 PM
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