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.