JQuery

JQuery the popular javascript library for adding interactivity to your wbsite. More info at http://jquery.com/

Here I list info that help remind me of things as well as functions that I will likely reuse a lot.

Links

Allows an iframe to auto resize when the content changes. The requirement is both sizes add in some js code. Very cool if you can meet this requirement.
https://github.com/davidjbradshaw/iframe-resizer

 A responsive and accessible light box. Very cool.
http://irama.org/pkg/butterfly-0.13/#

To call a function with parameters with setInterval, put it in an anonymous function like so: setInterval( function() { funca(10,3); }, 500 );
http://stackoverflow.com/questions/457826/pass-parameters-in-setinterval-function

Posts