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

Untitled

By: a guest on Jul 15th, 2012  |  syntax: None  |  size: 0.17 KB  |  hits: 9  |  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.  
  2. function calculate(callback)
  3. {
  4.   var from = jQuery(callback['from']);
  5.   var to = jQuery(callback['to']);
  6.   console.log(callback['from']);
  7.   console.log("zip");
  8. }