Hi Bill,

> I put in a table, and a test tiddler, and get the same behavior. Could
> always be my (overloaded) browser....
I am allmost sure, it is not the browser :)

At the first run, I didn't have a look at ListNavPlugin. Now I did. I
made a side by side tiddler 
http://hoster.peermore.com/recipes/TeamWork/tiddlers.wiki#ListNav_vs_testPlugin
to see the differences. (works with a wide screen)

$("<div /><ul />").attr("id", "ListTableColumn").appendTo(place);
produces a
<div id="ListTableColumn"> <ul id="ListTableColumn"></ul></div>
structure, which will cause trouble in the future, but doesn't cause
the error.

var items = $(text).find("tr td:nth-child(1)");
only finds one item

>items:  [td]  <-- click it an you will see which one.
[td] is an object. I think that causes the error.

You should try to extrakt the text. (see jQuery API)

==========
I prepared ListNavPlugin 
http://hoster.peermore.com/recipes/TeamWork/tiddlers.wiki#ListNavPlugin
with a similar console.log. Have a look at Firebug, and see the
difference between yours and ListNavPlugin. Open ListNavTest. It will
trigger the macro.

Have a look at jQuery API, which can be reached from the MainMenu:
[[jQuery AP Doku TW]] http://fnd.lewcid.org/tmp/jQueryAPI.html#text

Hope this helps.
regars 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