Tag Archives: jQuery

Responsive, square elements with JavaScript/jQuery


A simple idea… If you’re a designer, it’s pretty natural to want a bunch of squares to line up next to each other. And if you’re a designer who’s up on responsive design best practices (which we strongly recommend), it’s very natural to want these squares to dynamically resize themselves for different screen widths. In […]

Styling individual characters in HTML strings with jQuery


Did you ever wish you could talk to individual letters in a string programmatically? You can with JavaScript/jQuery; you just have to know how to split strings. Sample 1: Single-character hovering This sample text turns red, character by character, when you hover over it with your mouse. Sample 2: Letter-by-letter vanishing This sample text vanishes, […]