1. $('#DOMWindow label.infield').livequery(function(){
  2. //$(this).inFieldLabels();
  3. $(this).each( function(){
  4. if( $(this).siblings('.maskedDate') ){
  5. //Do an infieldLabel, but fade to 0, do not do the 1/2 opacity on focus
  6. } else {
  7. //init normally with sweet ass fade
  8. }
  9. });
  10. });