TiddlyWiki currently expects jquery 1.8.x and uses the attr method in various ways. TiddlySpace uses whatever is most recent (>= 1.10.x) which doesn't have attr instead it has prop. If the externalized tiddlywiki points to jquery.js in the common bag, it gets the newer version. Therefore it needs to point elsewhere.
(Obviously there are likely other problems than attr and prop, those are just what has shown up immediately.)
TiddlyWiki currently expects jquery 1.8.x and uses the
attr
method in various ways. TiddlySpace uses whatever is most recent (>= 1.10.x) which doesn't haveattr
instead it hasprop
. If the externalized tiddlywiki points to jquery.js in the common bag, it gets the newer version. Therefore it needs to point elsewhere.(Obviously there are likely other problems than
attr
andprop
, those are just what has shown up immediately.)