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:blankAfterblankThank you so much

This thread does not appear to be about feedback and suggestions.  I am moving it to the Mods and Customization section.I do not see a question.  If you altered the source then your problem is yours and you own it.  We do not provide support for other peoples modifications.

thank you so much, I finished it

Write a Reply...