Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Help with jquery coding?

When using the script

<script>

$('button').click(function(){

$('p1').toggle('slow')

});

How do I make it so if I use multiple they will display side by side instead of stacked?

1 Answer

Relevance
  • 10 years ago

    Use multiple what? Multiple paragraphs? Do you want to do this when your button is clicked? Or do you want this to just happen all the time?

    On click would be using jquery... all the time would be using CSS.

Still have questions? Get your answers by asking now.