I think the appropriate solution will finally come to light. Here is
an alternate method with .unwrap(), which doesn't quite do what I
want, but doesn't crash either!

                    $.each(items, function(i, itm) {
                       $(itm).unwrap().appendTo("#ListTableColumn");
                     });

That gives something wrapped in <td>. Seems like one could .unwrap()
it again or .text() it... but that doesn't work.

On Jun 25, 1:01 pm, PMario <[email protected]> wrote:
> Cool !
>
> > ....
> >                     var itmfound
> >                     $.each(items, function(i, itm) {
> >                        itmfound=itm.innerHTML;
> >                        
> > $("<li>"+itmfound+"</li>").appendTo("#ListTableColumn");
> > Popping the innerHTML out of that itm object seems to do the trick.
> > (jQuery must be able to do the same, but I couldn't find the proper
> > syntax. I would normally use something like $(itm).text(), but that
> > throws an error.)
>
> Would be cool, if some jQuery wizards jump in :)
>
> regards Mario

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywikidev?hl=en.

Reply via email to