Re: [jquery-dev] Expected behavior of $(document.createTextNode("test")).text()

2009-11-17 Thread Xavi Ramirez
Thanks, I appreciate it. -Xavi On Tue, Nov 17, 2009 at 2:53 PM, John Resig wrote: > This seems like a reasonable request. I filed a ticket and fixed it: > http://dev.jquery.com/ticket/5525 > > --John > > > On Mon, Nov 16, 2009 at 4:18 PM, Xavi wrote: >> >> Hello, >> >> Currently $(document.crea

Re: [jquery-dev] Re: Where is the latest cord of v1.4?

2009-11-17 Thread Xavi Ramirez
I believe the latest code is on git hub: http://github.com/jquery/jquery -Xavi On Tue, Nov 17, 2009 at 12:24 PM, tato wrote: > I'm sorry. It was code not cord :p > > -- > > You received this message because you are subscribed to the Google Groups > "jQuery Development" group. > To post to this

Re: [jquery-dev] Expected behavior of $(document.createTextNode("test")).text()

2009-11-17 Thread Xavi Ramirez
What I presented was a simplified example to better illustrate my question. Here's a more realistic example: function doTextManipulation(elem) { var text = $(elem).text(); return /* my text manipulation algorithm */ } The function above fails when a text node is passed in due to the fact