CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   JavaScript frameworks (http://www.codingforums.com/forumdisplay.php?f=62)
-   -   My 2 jquery dosen't works in page at once. (http://www.codingforums.com/showthread.php?t=179670)

yaksho 10-14-2009 09:19 PM

My 2 jquery dosen't works in page at once.
 
My code is given below

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Baisithai - Fine Thai food with a lake front view | Michigan Ave. | Chicago, IL</title>
<script src="lightbox/js/prototype.js" type="text/javascript"></script>
<script src="lightbox/js/scriptaculous.js?load=effects" type="text/javascript"></script>
<script src="lightbox/js/lightbox.js" type="text/javascript"></script>

<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/interface.js"></script>
<!--[if lt IE 7]>
<style type="text/css">
div, img { behavior: url(iepngfix.htc) }
</style>
<![endif]-->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="lightbox/css/lightbox.css" type="text/css" media="screen" />
</head>

Now problem is my jquery for lightbox and menu doesn't works at same time. If I disable 1 of them than other one works nicely. If i tried to use both of them at once, one of them doesn't works.

Please help me to figure out this problem.

ohgod 10-14-2009 10:07 PM

http://docs.jquery.com/Using_jQuery_...ther_Libraries

yaksho 10-14-2009 10:20 PM

Can you please show me the example how to use it.. I'm very new for jquery.


All times are GMT +1. The time now is 09:58 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.