Previously on TwGroups.... Highlighted table looses highlights after editing: why? ( http://tinyurl.com/cgvj4g )
I have used Eric's inline javascript and a TW2.5.0 (with jQuery) I'm working through a book and thought I would try and add what I leaned to TW. Its working! BUT.... when I edit the table, the highlighting function no longer works. It works again after a refresh, Why? Example http://r.a.hough.googlepages.com/TW2.5.0.html 'Cure' To 'cure' this problem transclude the tiddler with the script in it into the tiddler with the table. If the javascript tiddler was called BehaviorSheet, add this to the tiddler with the table in it. @@display:none;<<tiddler BehaviorSheet>>@@ FND Guidance ------------------- "If I understand you correctly, the problem is your use of the ready method ("$(document).ready(function( ) { ... }"). That is only executed on the initial startup. What you essentially need, right now, is hijack the refresh function.We'd be happy to go into more detail on the dev list. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
