I need to learn how to initialize scripts. I have google it but dont dont really understand it.
Right now I have a toggle-script that is in a div, that entire div gets l
simple and best
$(function(){ //your code here... $(".class").click(function () { $(this).toggleClass("add_class"); }); });