oops! Yes, now I see the revision compare -- excellent! It works perfectly. I suppose the only limitation would be branching for different versions that are developed in parallel (which automatically copy an entire test environment --examples and all), but as it is, it really does everything I need.
Best, Bill On Jun 27, 2:39 pm, wgw <[email protected]> wrote: > Thanks Mario, > > Does TeamWork do a diff on revisions? Could add TiddlyTools' > compare....but there is as well more complete (I think) version > control > here:http://www.lshift.net/blog/2008/07/01/adding-distributed-version-cont... > > I will continue tweaking, and working on my main quiz plugin, which > will use the jqTables techniques. > > Best, > > Bill > > On Jun 27, 10:07 am, PMario <[email protected]> wrote: > > > I added a new parameter "columnNumber" and some description at the end > > of the tiddler, bacause the side by side tiddler still should work. > > > <<jqTables tiddlerName columnNumber>> > > > -m > > On Jun 26, 9:40 am, wgw <[email protected]> wrote: > > > > 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.
