MyBB Community Forums

Full Version: problem with js files, AJAX is not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone.
I have a problem with MyBB.
When I try to put a html code with the JS
the AJAX forum I do not work anymore
Example: When I go to vote on a post, when I use the chat is about "loading please wait" and when I reply to a post

Here is the code who can help me please? Huh


Quote:<link type='text/css' href='http://www.beggarstv.eu/filemenu/css/osx.css' rel='stylesheet' media='screen' />
<link rel="stylesheet" type="text/css" href="http://www.beggarstv.eu/filemenu/style_drag.css" media="all" />


<script type="text/javascript" SRC="http://www.beggarstv.eu/filemenu/style/js/jquery-1.4.min.js"></script>


<script type="text/javascript">
jQuery(document).ready(function(){
jQuery(".trigger").click(function(){
jQuery(".panel").toggle("fast");
jQuery(this).toggleClass("active");
return false;
});
});
</script>



<div class="panel">
<h3>BeggarsTV Mappa Forum / Forum's Map</h3>

<h3>Premi Su Sezioni per Avere una Mappa generale del forum /Press Up sections for a general map of the forum </h3> <a href='#' class='osx'>Sezioni / Sections</a>


<div style="clear:both;"></div>


</div>
<a class="trigger" href="#">Mappa Forum Forum's Map</a>
<img src="http://www.beggarstv.eu/filemenu/callb.png">





<div id="osx-modal-content">
<div id="osx-modal-title">Mappa Forum / Forum's Map</div>
<div id="osx-modal-data">
<h2>Benvenuto! / Welcome!</h2>
<p>Test Area<p>


<p><button class="simplemodal-close">Close</button> <span>(or press ESC) This Script is Created by JakeSully</span></p>
</div>
</div>
<!-- Load JavaScript files -->
<script type='text/javascript' src='http://www.beggarstv.eu/filemenu/js/jquery.js'></script>
<script type='text/javascript' src='http://www.beggarstv.eu/filemenu/js/jquery.simplemodal.js'></script>
<script type='text/javascript' src='http://www.beggarstv.eu/filemenu/js/osx.js'></script>



Sorry I have modified the discussion
was poorly written Smile
http://community.mybb.com/post-311421.html

and remove the jquery.js at the bottom as your running a newer version at the top, sort of pointless
Thanks I try Wink