[jQuery] why would an extension function not return the value?
I posed something similar before, and got some good anwers, so I am
trying again because I'm still stuck...
$('#button1').click(function(b){
$().loadXML2array('url','var');
alert(objectArray);
});