Tabs - show all content divs?

Tabs - show all content divs?

Hi,

I it possible to show all divs at once, so the user can see all the content on the page?

I currently have this jquery on my page, but the tabs still hide all the content. Can anyone please help?

  1. $( document ).ready(function() {
          $("##tabs-menu").tabs();  
         
        $("##tabs-menu div").show();

    });