Hi. This is my first time on the forum, I am good with building wix sites but NEVER used coding.
I am trying to collapse & Expand text and following all wix instructions ( https://support.wix.com/en/article/corvid-tutorial-expand-text-with-a-read-more-link ) and struggling. Could someone please help. (Unless there is another way to expand and collapse text!)
This is my code, and the error message is the last - ; - at the end of the code line 8
$w( “#readLessButton” ).onClick(() => {
$w( “#readMoreStatebox” ).changeState( “collapsedState” );
});
Please help if possible, attached a screen shot as well
I will give it a go. Thank you.
It does not seem exactly what I want.
I want it to look a little like on Facebook when the full article does not fit in the one box. Thank you