Hmm, now I'm thinking that the "load" method is working as intended. A closer look reveals that it executes in the context of each target element. To clarify, you can still use the success handler because 'this' refers to the dom element in the callback:
$('form#object').ajaxForm({ target: '#oblist,#oblistt', success: function() { $(this).fadeIn('slow'); } }); Mike On 6/12/07, slakoz <[EMAIL PROTECTED]> wrote:
Thanks Mike! Working really nice now. jquery rocks :) best reards, sławek