473,406 Members | 2,705 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,406 software developers and data experts.

how i can join to script from tow pages in one pages?

1
I have this tow scripts


Expand|Select|Wrap|Line Numbers
  1.     <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
  2.     <title>IBRAHIM ALZAGLAWAN</title>
  3.     <link rel="stylesheet" href="css/image-slideshow-5.css" type="text/css">
  4.     <script type="text/javascript" src="js/image-slideshow-5.js">
  5.     </script>
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  14. <title>ibrahim alzaglawan </title>
  15. <link href="css/horizontal.css" rel="stylesheet" type="text/css" />
  16. <link href="css/vertical.css" rel="stylesheet" type="text/css" />
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
  19. <script type="text/JavaScript">
  20. $(document).ready(function () {
  21.  
  22. // Fix IE
  23.     $("#nav-h li,#nav-v li").hover(
  24.     function () { $(this).addClass("iehover"); }, 
  25.     function () { $(this).removeClass("iehover"); }
  26.     );    
  27.  
  28. // Effect
  29. $("#nav-h li,#nav-v li").hover(function () {
  30.     $(this).find('ul:first').css({visibility: "visible", display: "none"}).toggle('fast'); }, 
  31.     function () {
  32.     $(this).find('ul:first').css({visibility: "hidden"});
  33.     });
  34.  
  35. });
  36. </script>
Jul 22 '13 #1
0 1100

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

Similar topics

4
by: Jose Benito Gonzalez Lopez | last post by:
Hi there, Does anyone know how I could do in order to get/count the number of pages of a PDF file? (from python of course ;) ) Thanks beforehand. Cheers, Jose
5
by: Steven | last post by:
Hi all, I would like to create a site which shows text in English or in Russian (depending on the user's choice). Problem is that I can't save the pages in Unicode (Unicode can contain Russian...
20
by: Tammy | last post by:
What would be a good alternative to using frames? I need something that will section my webpage into two halves and can change both frames on a single click. Thanks in Advance, Tammy
12
by: tshad | last post by:
I am not sure why I am getting this error: I have the following code I want to run from another include file that holds all my functions. functions.inc...
3
by: Jeff Hofstetter | last post by:
I have setup a new IIS 6.0 server and have copied two web sites from an existing IIS 6.0 server to the new server. On the old server the ASP pages work fine. On the new server no ASP page in either...
0
bartonc
by: bartonc | last post by:
Examples of wx.Wizard that I found used explicit names for the pages. Using eval() in a list comprehension, I am able to go through the imported modules by name and call create() in order to get a...
4
by: micronack | last post by:
{NOTE . = space} I made a script to allow me to edit my webpages online through a text area in my cgi script but I've run into a problem. For whatever reason the text area seems to put spaces in...
42
by: Santander | last post by:
how to decode HTML pages encoded like this: http://www.long2consulting.com/seeinaction2008/Simplicity_Beach_table/index.htm Is there script that will do this automatically and generate normal fully...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.