What's the minimum JavaScript I need if all I want to do is use the JQuery toggle functionality?
I'm confused if I need to download everything from
Or if I can use just the base JQuery from jquery.com
What's the minimum JavaScript I need if all I want to do is use the JQuery toggle functionality?
I'm confused if I need to download everything from
Or if I can use just the base JQuery from jquery.com
All you need is jQuery itself.
You only need jQuery UI if you want to use one of its UI components or effects.