I've got a bunch of images wrapped in dummy anchors that have their source set to #. I'm writing a function that checks if the source is not a hash and gives it a lil some special. Seems something is off.. Help?
http://jsfiddle.net/danielredwood/zR95t/
if (!$(this).attr('href', '#')) {
//blahblah not a hash
} else {
//do some other thing
}
