see here for info on tiddlywiki internals

http://tiddlywiki.com/dev/#TiddlyWiki%20for%20Developers


On Wednesday, September 13, 2017 at 5:04:33 PM UTC+2, BJ wrote:
>
> 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/88e736de-9cff-4538-85ff-7c481ceab37a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to