jQuery Action API //
Realizing I needed an arbitrary event handling API for Javascript, I quickly implemented a jQuery extension that somewhat mimics the action API in Wordpress.
View this trash //Realizing I needed an arbitrary event handling API for Javascript, I quickly implemented a jQuery extension that somewhat mimics the action API in Wordpress.
View this trash //I wanted to make a very easy-to-use jQuery extension that supplies a polyfill for the html5 placeholder attribute on input elements. I hope this is useful to anyone building awesome Websites out there!
This is a read more link //I was working on a Website that had a parallax effect. Among all the highly complex calculations I ran into a bug using jQuery’s .css() method with the backgroundPosition property. IE doesn’t support backgroundPosition, but rather backgroundPositionX/Y instead. Here’s a quick fix for that that will allow you to keep coding the same you always have.
View this trash //