I have no idea what that code is supposed to do without more context. The filter value in the latest trunk accepts a css selector which is run against the response tree. That's all you need to know.
On Fri, May 6, 2011 at 11:20 AM, hamburger <[email protected]> wrote: > thx Aaron, > I patched my moo1.3.2 and it works. > One more question: Is it possible that you cant pass filter? > like this: > var myFilter = '#'+hrefText.split('#')[1]; > req.send({url: hrefText, filter:myFilter}); > for me it do not work. > >
