Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში. აქ არავინ უნდა მოგთხოვოთ ტელეფონზე დარეკვა, შეტყობინების გაგზავნა ან პირადი მონაცემების გაზიარება. რამე საეჭვოს შემჩნევისას გთხოვთ გვაცნობოთ „დარღვევის მოხსენებით“.

ვრცლად

How can I make all the collapsed contents in a webpage expand?

  • 1 პასუხი
  • 2 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 1 ნახვა
  • ბოლოს გამოეხმაურა cor-el

In this webpage http://google.github.io/styleguide/shell.xml, there are many bullets which collapse. When you click them, they will expand, and show the hidden contents. For example the bullet before "Bash is the only shell scripting language permitted for executables. "

How can I make all the bullets to expand at once, instead of clicking one by one? Do I have to run some program?

Thanks.

In this webpage http://google.github.io/styleguide/shell.xml, there are many bullets which collapse. When you click them, they will expand, and show the hidden contents. For example the bullet before "Bash is the only shell scripting language permitted for executables. " How can I make all the bullets to expand at once, instead of clicking one by one? Do I have to run some program? Thanks.

ყველა პასუხი (1)

There is a ▽ "Toggle all summaries" button at the top of that page the you can click:

  • onclick="javascript:ShowHideAll()"