How can I do this with Javascript?

Discussion in 'HTML & Website Design' started by $earner, Jul 12, 2008.

  1. #1
    $earner, Jul 12, 2008 IP
  2. skenk

    skenk Banned

    Messages:
    180
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It is very possible I done something similar using a peekaboo script I created I am sure that can be adapted to your needs...

    My advice is learn javascript using w3schools or a book from the net, then just start in the morning and work your ass off going through the book, thats what I done and I am ok with javascript but not the best :( lol...

    Contact me for more details :)
     
    skenk, Jul 12, 2008 IP
  3. $earner

    $earner Well-Known Member

    Messages:
    162
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #3
    I've been trying to learn Javascript for quite some time, but I haven't been able to dedicate a fair amount of time to it.

    I know how to do that effect with jQuery (except opening the window in the background), but since that's the only Javascript effect my website would have, it would not be worth loading an extra 50KB file just for that.

    skenk, I'd like to know if you could help me create that effect?
     
    $earner, Jul 13, 2008 IP
  4. yankzilla

    yankzilla Peon

    Messages:
    159
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It looks like it is already on there...Or did you want something different?
     
    yankzilla, Jul 13, 2008 IP
  5. $earner

    $earner Well-Known Member

    Messages:
    162
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #5
    I don't understand what you mean, yankzilla.

    I want to learn how to do that effect on owm my website.
     
    $earner, Jul 14, 2008 IP
  6. rohan_shenoy

    rohan_shenoy Active Member

    Messages:
    441
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    60
    #6
    Use the onclick event on the 'show all' link to
    1. open a popup using window.open()
    2. change the innerHTML of a div to reveal the text.
     
    rohan_shenoy, Jul 14, 2008 IP