if field1 blurs or field2 blurs in same statement

if field1 blurs or field2 blurs in same statement

hey guys im wodering how i would run a script only if field or field  blurs

like
  1. $('#field1').blur(function()
     {
  2. });
but with both in a OR statement?

if somewould could tell me how that would be great thanks