Hi there, I'm currently developing a code for an expandable/collapsible tree using checkboxes. I have successfully implemented the basic functionality, but I have a specific requirement. I want the text size to decrease as the tree expands to prevent the need for scrolling to view all branches.
I stumbled upon the jQuery plugin, TextFill, but I'm facing challenges in getting it to work as intended with my current setup.
Here is a snippet of my code:
...
...
I have been struggling with this for some time now, so any assistance would be highly appreciated!
Just a heads up, my code might look messy because I am relatively new to coding. I am basically piecing together different components to make it work.
Thank you for taking the time to help, I'm hoping we can come up with a solution!