[jQuery] Re: using find method on a documentFragment attached node

2009-06-12 Thread amit
Thanks for the reply. I had given this a try but sadly it doesn't work as expected. I did some research on documentFragments and found following on http://ejohn.org/blog/dom-documentfragments/#comment-319149 (need to click "Show Comments" to reach this place) - "# Obvious, but sometimes overlooke

[jQuery] Re: using find method on a documentFragment attached node

2009-06-11 Thread Charlie
var d=$('div.pointer').length; alert(d); amit wrote: Hi, I am writing an application that converts an ajax xml response into html using client side xslt transformation. The transformation is achieved using following snippet, which works fine - transform:function(xml){ if (window.XSLT