D
David Karr
I'm not real familiar with JQuery, but it's my understanding that the
callback called back from the "get()" function takes two parameters,
the first being the data returned from the call, and the second is
always the string "success". Is that correct? What is the point of
always sending the second parameter, if it's always the same value?
In examples on the net, I've never seen anyone define a callback
function for "get()" that defines that second parameter, acknowledging
that there's no point to it.
callback called back from the "get()" function takes two parameters,
the first being the data returned from the call, and the second is
always the string "success". Is that correct? What is the point of
always sending the second parameter, if it's always the same value?
In examples on the net, I've never seen anyone define a callback
function for "get()" that defines that second parameter, acknowledging
that there's no point to it.