Der Flatulator
Member
I prefer having delimiters, I feel it gives you more freedom.Hahaha that is awesome.
3 more coders, woo! Isn't bobs one too? Oh and Wu.
I love python because of its beautiful syntax and lack of ; and {} for every line. So sexah.
At the moment I'm in love with jQuery, it's syntax is beautiful.
$('.popup-trigger').hover(function() {
$(this)
.toggleClass('selected')
.children('ul').animate({
'height': 'toggle'
}, 300);
});