PrPrO
06-07-2012, 11:05 AM
Hello,
I have 2 jQuery functions on 1 page, those are: Lighbtbox 2.51 and a jQuery treeview.
The treeview itself works great, and so does lightbox itself
but whenever I input the lighbtbox jquery script, the treeview no longer works, only the lighbotx does. How can i get both functions working at the same time?
When i delete <script src="js/jquery-1.7.2.min.js"></script>, the lighbox doesnt work, but the treeview does
When i delete the <script src="js/jquery.js" type="text/javascript"></script> the treeview doesn't work, but the lighbtox does
Thank you in advance!
Here is the code:
<!-- This is the treeview -->
<link rel="stylesheet" href="../jquery.treeview.css" />
<script src="../lib/jquery.js" type="text/javascript"></script>
<script src="../lib/jquery.cookie.js" type="text/javascript"></script>
<script src="../jquery.treeview.js" type="text/javascript"></script>
<script type="text/javascript" src="demo.js"></script>
<!-- Treeview ends here -->
<!-- Here starts Lightbox -->
<script src="js/jquery-1.7.2.min.js"></script>
<script src="js/lightbox.js"></script>
<link href="css/lightbox.css" rel="stylesheet" />
<!-- Lightbox ends here -->
I have 2 jQuery functions on 1 page, those are: Lighbtbox 2.51 and a jQuery treeview.
The treeview itself works great, and so does lightbox itself
but whenever I input the lighbtbox jquery script, the treeview no longer works, only the lighbotx does. How can i get both functions working at the same time?
When i delete <script src="js/jquery-1.7.2.min.js"></script>, the lighbox doesnt work, but the treeview does
When i delete the <script src="js/jquery.js" type="text/javascript"></script> the treeview doesn't work, but the lighbtox does
Thank you in advance!
Here is the code:
<!-- This is the treeview -->
<link rel="stylesheet" href="../jquery.treeview.css" />
<script src="../lib/jquery.js" type="text/javascript"></script>
<script src="../lib/jquery.cookie.js" type="text/javascript"></script>
<script src="../jquery.treeview.js" type="text/javascript"></script>
<script type="text/javascript" src="demo.js"></script>
<!-- Treeview ends here -->
<!-- Here starts Lightbox -->
<script src="js/jquery-1.7.2.min.js"></script>
<script src="js/lightbox.js"></script>
<link href="css/lightbox.css" rel="stylesheet" />
<!-- Lightbox ends here -->