Profile
Achievement
dkl3in's Recent Snippets
- All /
« Prev 1 Next »
RGBa is a way to declare a color in CSS that includes alpha transparency support.
Filter for IE could be add per conditional comment
0
738
posted 13 years ago by dkl3in
Alternative for "return false;"
stopPropagation(); prevents for bubbling up the dom
preventDefault(); prevents the browser from performing the default action
1
872
posted 14 years ago by dkl3in