Page 2 of 2

jquery problem

Posted: 15 Dec 2011, 11:21
by Tigerman75
Stoker wrote:Down :D
Link please?
Stoker wrote:Down :D
:D :lol: Big Stoker :) ;)
Link In Pm You have a new pm
Thanks

jquery problem

Posted: 15 Dec 2011, 11:35
by Stoker
Move this part to the bottom of index_body.html

Code: Select all

<script type="text/javascript">
            $(".forumlist").collapse({show: function(){
                    this.animate({
                        opacity: 'toggle',
                        height: 'toggle'
                    }, 300);
                },
                hide : function() {
                    this.animate({
                        opacity: 'toggle',
                        height: 'toggle'
                    }, 300);
                }
            });
        </script>

jquery problem

Posted: 15 Dec 2011, 12:07
by Tigerman75
Thanks Big Stoker :thumb:
Solved!! ;) :)