uups
If you want to see something inside the callback function, it should
look like this.
$(".makeSortable li").each(
function(i, elm) {
serialStr += (i > 0 ? "|" : "") + $(elm).children().html();
console.log(xxx);
});
-m
--
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.