[jQuery] Re: Sorting in jQuery

2009-09-11 Thread jeanph01
I took the original code that Brett is giving you and done something for one of my app. This is not the best code around but this should do what you wish: http://myprogrammingetc.blogspot.com/2009/08/little-jquery-plug-in-to-move-and-sort.html So you only have to include the plugin code and then

[jQuery] jQuery.support : Test if browser return nodes of type Text_Node

2009-09-05 Thread jeanph01
Using jQuery.support and without using jQuery.browser how would I know if the browser would return nodes of Type of Text_Node ? IE do not return text nodes. My only idea would be to create on the fly some structure in memory with text nodes and test with $(this).contents() if there is text nodes

[jQuery] Re: Is there a jQuery way to sort span-elements?

2009-08-27 Thread jeanph01
Maybe you can take a look at my blog: http://myprogrammingetc.blogspot.com/ The question is : do you want to filter it in a jquery set (in memory) or you want to do it directly on the DOM (in the HTML). On Aug 26, 12:14 am, Audrey Lee wrote: > Hello, > > Assume I have 3 span-elements: > > >