Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

Where do we reference the dd tag with JQuery?

8 like 0 dislike
I'm asking all members, Where do we reference the dd tag?please anybody help me
asked 1 year ago by daneim (127,080 points) edited 1 year ago by daneim

1 Answer

1 like 0 dislike
 
Best answer
We let the power of JQuery and our semantic code do the work:

@ Reference the object that was clicked with $(this)
@Call the next() function on the clicked object to return the object that comes after it in our HTML code. In this case, that is our dd tag.
@Toggle the visability of the dd tag.
answered 1 year ago by marck_don (191,010 points)

Related questions

9 like 0 dislike
1 answer
11 like 2 dislike
2 answers
6 like 0 dislike
0 answers
7 like 0 dislike
1 answer
asked 1 year ago by daneim (127,080 points)