Hidden text | XM Community
Solved

Hidden text

  • 28 January 2019
  • 4 replies
  • 7 views

Userlevel 2
Badge +3
There is too much content, but it cannot be deleted.
!
I want to hide the contents of the brackets, click on the content before the brackets, and then display the contents in the brackets.
!
Is there a way to use js to achieve it? I don't know very well.
Thank you for your help.
icon

Best answer by PraDeepKotian_Ugam 28 January 2019, 11:39

View original

4 replies

Userlevel 2
Badge +3
I want to display completely on one screen on my phone.
Userlevel 6
Badge +21
@Cathaya ,

You can use below code along with answer choices.
eg: <span title="contents">ⓘ

</span> `<span title="My tip 1">ⓘ</span>`

You can add contents inside title to display in mouse over.
Userlevel 2
Badge +3
> @PraDeepKotian_Ugam said:
> @Cathaya ,
>
> You can use below code along with answer choices.
> eg: <span title="contents">ⓘ
>
> </span> `<span title="My tip 1">ⓘ</span>`
>
> You can add contents inside title to display in mouse over.

I don't understand your thoughts very much. Can you tell me in detail? Thank you.
Userlevel 6
Badge +21
@Cathaya you need to add that code in beside answer choices options you use.
example: option 1 `<span title="My tip 1">ⓘ</span>`

Leave a Reply