inreflection7


Member since 05/20/2011

Name: AJ Self

Location: Chicago

Web developer at Threadless

6 snippets

3967 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

inreflection7's Recent JavaScript Snippets



« Prev 1 Next »
For those moments of weakness when .replace() looks like a good idea...
0 790 posted 11 years ago by inreflection7
Extend jQuery :selector types Ex: $("input:text") $("input:email")
1 557 posted 11 years ago by inreflection7
Sorts a list by its 'data-' attribute. Customization is very easy.
0 786 posted 12 years ago by inreflection7
Why do this? =========== *hopefully* this will cause the page to refresh and provide a stop button in the future. The idea is to use it while developing in a text editor, as in Vim or its ilk, and not have to alt+tab all the _*flipping*_ time. F...
0 555 posted 12 years ago by inreflection7
image rollovers in jquery are usually super easy. However it sucks when working with absolute image paths - like a separate media server or CDN. Heres a quick snippet using substring and lastIndexOf to swap out the image src.
0 668 posted 12 years ago by inreflection7
A really fucking cool and easy way to calculate the alpha value for microsoft gradient using Javascript. Particularly useful in the Firebug console. Like a calculator.
0 552 posted 12 years ago by inreflection7
« Prev 1 Next »