473,385 Members | 1,772 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

combining two scripts on one page

hi!
i know this question has been asked before. the thing is (although explained very clearly in similar posts) i cannot seem to get these two scripts working in the same page...

could someone point me to a working version?
thanks so much!


script 1:

Expand|Select|Wrap|Line Numbers
  1.        <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
  2.   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  3.   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
  4.   <style type="text/css">
  5.     #draggable { width: 100px; height: 70px; background: silver; }
  6.   </style>
  7.   <script>
  8.   $(document).ready(function(){
  9.     $("#draggable").draggable();
  10.   });
  11.   </script>
  12.  
script 2:

Expand|Select|Wrap|Line Numbers
  1. <link media="screen" rel="stylesheet" href="colorbox.css" />
  2.     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>
  3.     <script src="../colorbox/jquery.colorbox.js"></script>
  4.     <script>
  5. $(document).ready(function(){
  6.             //Examples of how to assign the ColorBox event to elements
  7.             $(".group1").colorbox({rel:'group1'});
  8.             $(".group2").colorbox({rel:'group2', transition:"fade"});
  9.             $(".group3").colorbox({rel:'group3', transition:"none", width:"75%", height:"75%"});
  10.             $(".group4").colorbox({rel:'group4', slideshow:true});
  11.             $(".ajax").colorbox();
  12.             $(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344});
  13.             $(".vimeo").colorbox({iframe:true, innerWidth:880, innerHeight:495});
  14.             $(".iframe").colorbox({iframe:true, width:"80%", height:"80%"});
  15.             $(".inline").colorbox({inline:true, width:"50%"});
  16.             $(".callbacks").colorbox({
  17.                 onOpen:function(){ alert('onOpen: colorbox is about to open'); },
  18.                 onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); },
  19.                 onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); },
  20.                 onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); },
  21.                 onClosed:function(){ alert('onClosed: colorbox has completely closed'); }
  22.             });
  23.  
  24.             //Example of preserving a JavaScript event for inline calls.
  25.             $("#click").click(function(){ 
  26.                 $('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
  27.                 return false;
  28.             });
  29.         });
  30. function MM_swapImgRestore() { //v3.0
  31.   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
  32. }
  33. function MM_preloadImages() { //v3.0
  34.   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
  35.     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
  36.     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
  37. }
  38.  
  39. function MM_findObj(n, d) { //v4.01
  40.   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
  41.     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  42.   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  43.   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  44.   if(!x && d.getElementById) x=d.getElementById(n); return x;
  45. }
  46.  
  47. function MM_swapImage() { //v3.0
  48.   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
  49.    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
  50. }
  51.     </script>
Oct 19 '11 #1
4 1782
Dormilich
8,658 Expert Mod 8TB
is there a reason that you include jQuery twice?
Oct 19 '11 #2
Expand|Select|Wrap|Line Numbers
  1. is there a reason that you include jQuery twice? 
:) no. to be honest jquery is completely new to me.
i know my way around basic html and css...

that's why i asked for a ready solution
Oct 19 '11 #3
Dormilich
8,658 Expert Mod 8TB
I can’t give you a ready solution (out of principle and because the forum guidelines say so).

you should also decide which version of jQuery you want to use (generally it’s not a good idea to have 2 different versions of a programme running) and include that before you execute any of the scripts.

other than that, anything in the error console?
Oct 19 '11 #4
johnnyc
22
I've had this problem before use "jquery noconflict" I've used it on one of my sites and it solved the problem, I was also using two different versions of Jquery. I can't remember which site it was but if you can't get it working let me know and I'll further assist you.
Oct 19 '11 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Brian | last post by:
Hi All, Can someone please point me in the right direction I am having problems combining JS and ASP. What I am trying to do is store in a database using ASP the referring page of my visitors. ...
3
by: Unregistered | last post by:
Hello! I came across two different scripts that I wanted to combine, and I thought I wa successful until I discovered a minor glitch. What was happening was that the page that was linked to...
3
by: navavil | last post by:
Hi A few days ago we released new version of our Front Page (http://www.nana.co.il/) The page gui is based on html + css and its appeard to have problem uploading the images for all the...
0
by: Edge | last post by:
I have two scripts I'd like to combine together. One is the Directory on my site listing profiles for bands, labels, promoters etc. The other script I have is a blogger that I would like to place...
6
by: mae | last post by:
I have created 2 ASP pages that gives users the option of switching back and forth between French and English. They click on the word English and it converted the text to English and the French...
3
by: Rimes | last post by:
Hi I'm working on litle host site. It will give free hosts to users and accept donations (if any). I have problem with combining site who is build with front page (just html) with who is...
2
by: peteinglastonbury | last post by:
I'd be most grateful if someone would help me. I hope I'm in the right forum (apologies if not) - I'm not sure whether my problem is CGI or Javascript related. I found a script called...
5
by: Tristan Miller | last post by:
Greetings. Is it possible using HTML and CSS to represent a combining diacritical mark in a different style from the letter it modifies? For example, say I want to render Å‘ (Latin small letter...
0
by: roslan | last post by:
Dear Friends I am a newbies in VB. I have two VB scripts which i would like to combine. First Set WSHShell = WScript.CreateObject("WScript.Shell") ' home page URL
3
by: Mike Gleason jr Couturier | last post by:
Hi, I want to reduce the number of scripts (js) the client has to download . If I'm using validators and some other stuff, The page have 5-6 dynamic scripts.. Is it possible to tell the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.