Home › Forums › JavaScript › [Solved] Rudimentary animation – showing more content (sliding movement) › Reply To: Rudimentary animation – showing more content (sliding movement)
September 10, 2013 at 1:39 am
#149578
Member
append(“.showMoreText::after{ content:’show more’ }”)
to change text… But I don’t know if its the best js solution..
No, it’s probably not.
Jquery can grab the actual text and swap it out for other text…see the link I gave.
As for the animation, pure JQuery is just a large helping hand…it’s not set up to do everything out of the box, that’s why people make plug-ins (which is just more javascript) to help it along with specific functions.