- Edited
When I add jquery and css code to admin pare to created "Effects collapsed". The pages have attachments when I F5 then error Jquery and css code :<script type="text/javascript"> $('tr.header').click(function(){ $(this).nextUntil('tr.header').css('display', function(i,v){ return this.style.display === 'table-row' ? 'none' : 'table-row'; });});</script>CSS:<style type="text/css" media="screen"> #thread-entry tr{display: none;} #thread-entry tr.header{display: table-row;}</style>Before:After
Thank you so much