https://coderwall.com/p/83eq8w I know that %98 of times all you need is download jQuery, but you can learn some little things of how frameworks work making your own tiny-framework.(This is my first write in english, don't blame on me)Maybe you've learned that you can use functions that works as constructors and make new shiny instance objects. Something like this:var Dog = function(options) { th..