sorry, forgot to add this edit too: (note the extra 'scope' param) ajaxSettings: { global: true, type: "GET", timeout: 0, contentType: "application/x-www-form-urlencoded", processData: true, async: true, data: null, scope: null },
----- Original Message ---- From: lagos.tout <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Thursday, April 5, 2007 2:39:50 PM Subject: [jQuery] response handler scope is it possible to specify the object scope of the method that handles an ajax response? the method defaults to executing in the global scope, i.e. the window. i'd be grateful for any suggestions on how to change this. thanks. j.