Javascript Readmore function works only on first php object but does not apply to subsequent objects – Laravel
I'm trying to implement Readmore/readless functionality for a Laravel feed page that returns many objects from DB. The problem is my readmore code only works for the first object but doesn't work on subsequent objects. It's kind of a Facebook…