Hi there,
I have a globally declared variable where I want to store a mapping table.
var _Pagelist=new Map();
The following Ajax call doesn't seem to set _Pagelist above. I think I have set the context parameter correctly to 'this'.
I've scoured through Stackoverflow and JQuery docu...