MyBB Community Forums

Full Version: Expand-Collapse not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I already tried it. Thats not the issue of version.
If I remove this line:
<script type="text/javascript">jQuery.noConflict();</script>
The script starts working and collapse stops.


Edit:

OK. I've solved it. I've changed the first line of my script:

$(function() {

to

jQuery.noConflict();
jQuery(function($) {

And now both are working. Thanx everyone tried to help me Big Grin
Pages: 1 2