Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
dvije JS na strani

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
suncek



Joined: 18 Feb 2005
Posts: 614
Location: Zgb

PostPosted: 07.12.2010 21:11    Post subject: dvije JS na strani Add user to your forum ignore list Reply with quote

treba mi pomoc za necaka Very Happy
dakle mali si slaze neki sajt di prvo ima slajder s jquery i nize na strani neku foto galeriju jquery.fancybox
pa ga ajdnog muci kako to nastelat da oboje radi...

eto ukratko..

ovo mu je dio koda untar head-s
Code:
<link href="css/css.css" rel="stylesheet" type="text/css">

<link href="s3slider/css/s3slider style.css" rel="stylesheet" type="text/css">
<script src="s3slider/js/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="s3slider/js/s3Slider.js" type="text/javascript"></script>

<script type="text/javascript">
$(document).ready(function() {
   $('#s3slider').s3Slider({
      timeOut: 3000
   });
});
</script>


<link rel="stylesheet" href="fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen">
<script src="fancybox/jquery-1.4.3.min.js" type="text/javascript"></script>
<script src="fancybox/jquery.fancybox-1.3.4.js" type="text/javascript"></script>

<script type="text/javascript">
   $(document).ready(function() {   
   $('a[rel="fancy_gallery"]').fancybox();
   
   });
</script>




fala unaprijed na pomoci[/code]

_________________
----->
studio-propaganda.com
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
sphx



Joined: 02 Jun 2004
Posts: 109
Location: Split

PostPosted: 07.12.2010 22:31    Post subject: Add user to your forum ignore list Reply with quote

Sve ovo utrpati u <head></head>:
Code:

<link href="css/css.css" rel="stylesheet" type="text/css">
<link href="s3slider/css/s3slider style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen">

<script src="fancybox/jquery-1.4.3.min.js" type="text/javascript"></script>
<script src="fancybox/jquery.fancybox-1.3.4.js" type="text/javascript"></script>
<script src="s3slider/js/s3Slider.js" type="text/javascript"></script>

<script type="text/javascript">
$(function() {
  $('#s3slider').s3Slider({timeOut: 3000});
  $('a[rel="fancy_gallery"]').fancybox();
});
</script>
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
suncek



Joined: 18 Feb 2005
Posts: 614
Location: Zgb

PostPosted: 08.12.2010 06:21    Post subject: Add user to your forum ignore list Reply with quote

fala

_________________
----->
studio-propaganda.com
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group