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:/
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
- Creating an array of empty arrays
- Accessible hash links
- Difference between document.ready and window.onload
- JQuery scrolling logic
- Animate objects depending on scroll position
- Checking a video to play it
- Close the iOS video player with jQuery
- Looping through an object with forEach
- Showing loading animation for slow connections on HTML5 Video
- Slide Out Buttons