Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Show Hide Div modification

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41716
    johnharrison
    Member

    Hi All –

    I’ve recently come across this solution to the show/hide div problem: https://css-tricks.com/forums/discussion/19000/show-hide-div-with-toggle-text-help/p1

    The solution from SgtLegend (http://jsfiddle.net/wGbh5/1/ ) works brilliantly, but I have one problem.

    For this solution, it seems that the toggle link must be directly above the div it shows and hides in the html, or it won’t work.

    For example, this works:

    Show

    *** content ***

    However, if I place a div between the two lines:

    Show

    *** content ***

    It no longer works. Basically, what I need to do is have the link and the relevant div that it shows and hides in different parts of the HTML document.

    I’m sure the solution is simple, but I’m a total beginner.

    Many thanks,
    John

    #119633
    notfilc
    Member

    Take a look at the toggle function of the official jQuery manual – this is covered pretty well. Also, I don’t like using a links to toggle content – you’re best off using a span imo as essentially if you use a link you’re linking to nothing.

    #119637
    Andy Howells
    Participant

    [Create a CodePen or it didn’t happen](http://codepen.io)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.