Help with jQuery UI tabs

-1

Hello, I'm in need of help with tabs of jQuery UI

follows the EXAMPLE

In this case, I needed the subCategorias to be "hidden" and when I click on the "Category" parent the subCategorias will appear.

Thank you.

    
asked by anonymous 13.04.2016 / 21:00

1 answer

1

I made some minor changes to your script. link

Next: Add an ID in the category li. I used Cat1. Put a display in the css: none in .liCategory In jquery add a function that changes css.

    
13.04.2016 / 21:37