tiddlywiki uses a dynamic tree of widgets you need to understand how this 
work in order to use javascript, see here for how to use the link widget 
with wikitext

http://tiddlywiki.com/#LinkWidget

all the best
BJ

On Wednesday, September 13, 2017 at 11:40:07 AM UTC+2, Aigars Rogozovs 
wrote:
>
>
> Hello
>
> I try to add to link tags listener:
>
> $('body').on('click', 'a', function(e){
>   console.dir(e);
> });
>
> But nothing happens
>
> How I can add event listening to links?
>
> A.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/98cef75e-6bab-4f8e-99a4-caeecde4a900%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to