Reusable Jquery Toggle

Jquery is a great tool. If you’re anything like me, learning JavaScript and getting it to do what you want is one of the most frustrating tasks imaginable. Jquery simplifies it to the point where you don’t have to be a coding God to make it do cool things for you. Here I share with you my reusable toggle script that hides content you wish to be hidden, then shows it by clicking a link, and then hides it again by clicking the link one more time. It is useful for many applications.

Continue Reading »

» 6 Comments