Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Compliment to parseModel to massage data before sending?

$
0
0
Unfortunately, there's not an "outgoing" helper with the exception of simply overwriting "created" and "updated" like:


created: function(data) {
  return $.post("/url",{todo: data})
}

Viewing all articles
Browse latest Browse all 3491

Trending Articles