Posted by admin on February 14, 2012 ·
If you’re fairly inexperienced with JavaScript but you’ve used jQuery, then its likely you’ve used callback functions . But maybe you don’t fully understand how they work or how they’re implemented. In this post, which is based on what I’ve learned about callback functions, I’ll try to enlighten you on this fairly common JavaScript technique
If you’re [...]
Filed in:
coding,
css,
css3,
Design,
how to,
javascript,
JavaScript & jQuery,
jquery,
plugins,
ui,
Web Design Tutorials,
wordpress,
wp
Posted by admin on January 9, 2012 ·
On a current project, I was trying to find a way to auto-resize a textarea according to some content that would be loaded in dynamically via Ajax. I didn’t know the height of the content and the textarea element doesn’t resize naturally like other HTML elements, so I needed to update the height of the element with JavaScript each time the content changed. It seemed like a simple task
On [...]
Filed in:
coding,
color,
css,
css3,
Design,
html,
javascript,
JavaScript & jQuery,
jquery,
plugins,
tutorial,
Tutorials,
UX,
Web Design Tutorials,
wordpress,
wp