i am looking for a way to .preventDefault() to make a transition and then allow the default behavior
$(\'.withTrans\').click(function(e){ e.preventDeault
$('.withTrans').each(function(e){ $(this).unbind(); }