How to initialize the "tab" view with the 2nd tab

How to initialize the "tab" view with the 2nd tab

I'm using the jquery " Tabs". Normally, I call code , which is like $( "#tabs" ).tabs(), to initialize the tabs. How can I init the tabs with
the 2nd tab visible? That means I don't want to load the 1st tab and just want to load the
2nd one directly.