drdhaval2785 / SanskritSorting

Codes written by Dr. Dhaval Patel for Sanskrit Natural Language Programming
2 stars 1 forks source link

Add a Two Level CSS Spoiler to Bookmark Index #23

Open gasyoun opened 9 years ago

gasyoun commented 9 years ago

https://github.com/drdhaval2785/SanskritSorting/issues/10 continued.

Vowels - a A i I u U f F x X e E o O
Consonants - k K g G N c C j J Y w W q Q R t T d D n p P b B m y r l v S z s h M H

When the user clicks on any vowel (let's say 'a')->
In next line he should see 'selected vowel+consonant' combination.

ak aK ag aG aN..... aH

If he selects a consonant ( let's say 'k') ->
He should see 'selected consonant+vowel combination

ka kA ki kI ku kU kf kF kx kX ke kE ko kO 

Asked but did it in bad manner, need to get back to it.