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.
Thomas 'PointedEars' Lahn - 30 Jul 2009 08:18 GMT
> I'm not real familiar with JQuery, [...]
That does not matter, as jQuery is junk, and off-topic here.
PointedEars

Signature
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf('MSIE 5') != -1
&& navigator.userAgent.indexOf('Mac') != -1
) // Plone, register_function.js:16
Jonathan Fine - 30 Jul 2009 08:35 GMT
> I'm not real familiar with JQuery, but it's my understanding that the
> callback called back from the "get()" function takes two parameters,
[quoted text clipped - 4 lines]
> function for "get()" that defines that second parameter, acknowledging
> that there's no point to it.
Hello David. You'd be better off asking this question on a jQuery
mailing list:
http://docs.jquery.com/Discussion

Signature
Jonathan
Evertjan. - 30 Jul 2009 09:35 GMT
David Karr wrote on 30 jul 2009 in comp.lang.javascript:
> Callback from JQuery get() function always sends "success"
Evidently: JQuery thinks itself always to be a success.
Most of us in this NG know better.

Signature
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)