Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: JavaScript  |  size: 0.16 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. if (action === 'regForm') {
  2.                         formId = '#' + action;
  3.                         url = $(formId).getAttr('action');
  4.                         if (!field && !value) {
  5.                                 data = $(formId).serialize();
  6.                         }
  7. }