Hi sklpns,
 

> Dropdown menus options can't seem to perform javascript functions in 
> Android browsers, AndTidWiki included.
>

Those dropdowns are *<select>* elements containing *<option>*s.
To make the thing do something when you change the selection
you define an *onchange* handler for the select,
not an onclick handler for the option... which is probably why it's not 
working.

So now the next question would be: can you manipulate specific tags? 
> Replace Germany with Sweden, then Sweden with Italy and so on?


What you would do is remove all countries first (defined in an array) 
before adding the new one.

['countryX,'coutryY'].map(function(country){
//the code to remove the country tag or country data from your tiddler
})

Best wishes, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to