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
- $('#field1').blur(function()
{
- });
but with both in a OR statement?
if somewould could tell me how that would be great thanks