Need replace Read More... and Read Less... with images, buttons.
$("a", $(this).parent()).text($(this).is(':visible') ? 'Read More...' : 'Read Less...');
I tried
$("a", $(this).parent()).text($(this).is(':visible') ? '<img src=images/testeon.jpg>' : '<img src=images/testeoff.jpg>');
But it shows the src url