Skip to content

Instantly share code, notes, and snippets.

View rafbm's full-sized avatar

Rafael Masson rafbm

View GitHub Profile
/**
* ♫ Firefox-Proof Focus Styles ♫
*
* Define your focus styles this way: a.focus { outline: 2px solid hotpink; }
* Only mini-tiny-pico quirk is a slight delay before the focus style appears.
*
* https://gist.github.com/536465
*/
$('a').bind({
/**
* ♫ A Little Reminder About JavaScript Boolean Evaluations ♫
*/
!!0 // false
!!NaN // false
!![] // true
!!new Array // true