[jQuery] accessing 'caller' object within post
[jQuery] accessing 'caller' object within post
hi all,
i'm having troubles accessing the 'caller object of an ajax post
for instance
function A ()
{
this.avar;
}
A.prototype.myFun = function()
{
this.avar; // no problem here
}
a = new A;
Topic Participants
rui.coelho86