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
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
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:
>
>
>
3 matches
Mail list logo