Это видео недоступно.
Сожалеем об этом.

jQuery Tutorial #6 - Building a jQuery Image Slider

Поделиться
HTML-код
  • Опубликовано: 11 июн 2014
  • In this jQuery Tutorial, we're going to be building a jQuery Image Slider Widget. There are lots of great jQuery slider plugins out there that have way more features and real-world testing, but this lesson on building one will help you understand jQuery programming a lot. We'll also introduce the concept of "DOM caching" - searching the DOM as little as we possibly can and then saving the results for quick-access later. Let's get into this jQuery Tutorial
    View the source code here: jsfiddle.net/Ej...
    Lesson #1: jQuery Tutorial for Beginners
    • jQuery Tutorial #1 - j...
    Lesson #2: Listen to user events and respond with jQuery actions!
    • jQuery Tutorial #2 - E...
    Lesson #3: Clean up the jQuery by putting some data in the HTML
    • jQuery Tutorial #3 - W...
    Lesson #4: "DOM Traversal" with jQuery
    • jQuery Tutorial #4 - D...
    Lesson #5: Building a jQuery Tab Panel Widget
    • jQuery Tutorial #5 - B...
    ~-~~-~~~-~~-~
    Also watch: "Responsive Design Tutorial - Tips for making web sites look great on any device"
    • Responsive Design Tuto...
    ~-~~-~~~-~~-~

Комментарии • 529

  • @frontluenddan7726
    @frontluenddan7726 6 лет назад

    There are ton of tutorials but the reason why i'm watching your videos because when i listen to you i dont get asleep. You sound great and you are having fun while teaching. This is the reason i get attacted to your videos. Other things i like about you is you dont show us boring intros, you start directly coding, you dont make forced and fake jokes. Keep it up

  • @youser123321
    @youser123321 7 лет назад +21

    "Types slideConaiier"
    "Oh I didn't spell that right"
    *corrects it*
    "Types slideConatiner and copy's it everywhere"
    There we go! now, *continues

  • @MrBelkanwar
    @MrBelkanwar 8 лет назад +1

    so far, this is the BEST tutorial about Image Slider I've never seen in youtube, this channel is great! thanks a lot!

  • @hazzula
    @hazzula 7 лет назад

    Duuude I have never thought about sliders in the way you explained them in this video. The first 2 mins alone were very informative

  • @samyyoussef8380
    @samyyoussef8380 4 года назад +1

    Great, that is how a knowledgeable, smart and tidy volunteer tutor should be, otherwise no "lots of thanks for sharing ur knowledge';

  • @ChiefToymaker
    @ChiefToymaker 10 лет назад +1

    You have my favorite tutorials. These are super straightforward and practical.

  • @indie_rok
    @indie_rok 9 лет назад +7

    Great tutorial! I challenged myself and I was able to add captions, next/prev buttons and easing to the animation. I know my way around Jquery quite a bit, but there's always something new to learn, which is pretty sweet. Thanks a lot.

    • @learncodeacademy
      @learncodeacademy  9 лет назад +1

      Nice! Way to go. yeah, nothing's impossible, but new ground is always daunting to say the least.

    • @indie_rok
      @indie_rok 9 лет назад +1

      LearnCode.academy By the way, I tried various things for fun and ended up with a strange and unexpected but quite nice result nonetheless. By adding CSS3 transition markup, 'transition: all .5s ease-in-out;' , inside the '#slider .slides' css rule, once the slider reaches the last slide, the animation will reset to the first slide by going backwards right up to the first slide. So instead of having a seamless auto-loop feature, the slider resets backwards showing and skipping all slides until it stops at the first one. I reverted my code to the auto-loop after, but thought it was pretty neat.

    • @learncodeacademy
      @learncodeacademy  9 лет назад

      Nice. Yeah, CSS3 transitions are also much smoother than JS. Beyond the scope of this video, but should be used in place of JS whenever possible.

  • @fissahadarge302
    @fissahadarge302 4 года назад

    The quality and cleanliness of your code is awesome. It made me rethink a lot about my own.

  • @snorky500
    @snorky500 4 года назад

    I am a javascripter and have a head start here. This is a very cool tutorial series. Makes a lot of sense.

  • @priyanshvatsal9791
    @priyanshvatsal9791 6 лет назад

    the way you teach is aewsome sir . now i finally i can make a image slider anywhere in my webpage; you are great sir

  • @davidsmith-ws4bz
    @davidsmith-ws4bz 8 лет назад +7

    Great Tutorials, well explained, good presentations, easy to follow, basically my favorite instructor for tutorials.
    If its to fast or whatever for you just go to the settings and choose a slower speed, "right hand side of the play video menu in settings"
    Thanx for posting!

  • @rnseby
    @rnseby 9 лет назад

    Awesome tutorial. After getting your slider working, I challenged myself to adding buttons for Previous, Play/Pause and Next. Took me a couple of hours, but got everything working. Even going from the first image around back to the last image, without a skip of images. Pretty proud of myself if I do say so.
    Thanks, for these tutorials.

    • @learncodeacademy
      @learncodeacademy  9 лет назад

      Hey cmon, that's awesome! Next time you do it, it will take far less time, too. You'll have the confidence that it's doable and somewhat of a memory of how you did it.

    • @Ladofmusic
      @Ladofmusic 9 лет назад

      I would love to see your code! I'm a noob and i've been struggling to put effective buttons to my slides I get it to work and then it abruptly skips back to the front.

    • @rnseby
      @rnseby 9 лет назад +1

      Brian Nelson I've put my code in Codepen. If you haven't used it, you really should give it a try. The basic service is free. It allows you to write HTML/CSS/Javascript in a really nice structure.
      Great for testing out small (or even large) amount of code quickly.
      codepen.io/RussEby/pen/pvgVMo
      For some reason the photos don't always load. If you refresh it a couple of times, you'll get all the images. The JavaScript I break into more functions then the video tutorial did. I found it easier for me to grasp.

  • @ravi0389
    @ravi0389 9 лет назад +2

    Best Tutorial ever seen for JQuery. No Words to Thank u. Amazing stuff

  • @mohammedjammeh3299
    @mohammedjammeh3299 8 лет назад +25

    Thanks so much for these tutorials, you're a life saver.

    • @learncodeacademy
      @learncodeacademy  8 лет назад +5

      Thrilled to help!

    • @vladmircan
      @vladmircan 8 лет назад

      +LearnCode.academy Great tutorial mate and also great tips and habits to get into like caching the Dom and so on. I just have a little problem. I wanted to extend the functionality of the slider and once I put text or arrows on top of it it the hover pause stopped working.

    • @vladmircan
      @vladmircan 8 лет назад

      I fixed it dont bother to respond! Thanks again for the tutorial.

  • @dr-johngy-brongen
    @dr-johngy-brongen 8 лет назад +1

    "if there are things that don't make sense, have yourself a great day" :D
    the tutorial is great, thank you!

  • @awesomefish_69
    @awesomefish_69 5 лет назад

    Really great tutorials. They don't put me to sleep

  • @creativeplanet2820
    @creativeplanet2820 8 лет назад +11

    Every Thing here makes a lot of sense & i think my university education is totally crap , this great person is giving me more knowledge that 2 for free are kidding me freeee damn , i should hv spent that to support :P but i will once i get a nice job & i will support every person that has taught me sooo many things :') frm videocopilots andrew kramer to learnCode academy all of em , Thank you very much :') .....!!!

  • @shiaosung8401
    @shiaosung8401 7 лет назад

    Thank you so much!!!! I was struggling with the slideshow that goes back to the original slide without scroll all the slides. Thanks for the logic and you ARE AWESOME!!! I finally got it work! Thank you again!

  • @phil_jc_dev
    @phil_jc_dev 10 лет назад

    One of the most well presented slider tuts I have watched. Nice.

  • @FunkyToe369
    @FunkyToe369 10 лет назад

    This is absolutely fantastic. I know very little about javascript or jquery but I understand everything you explained and it is extremely clear.
    Would easily be able to replicate this for my websites.
    Thank you so much for doing this.

    • @learncodeacademy
      @learncodeacademy  10 лет назад

      Thanks for the great feedback. Always great to know it's helping people.

  • @kasumsemir6774
    @kasumsemir6774 8 лет назад

    Very stright and clear.. Saved me a little bit of effort.. Thanks man...

  • @rishavupadhayay5685
    @rishavupadhayay5685 7 лет назад

    for vartical motion ==> if we set the width of .slides { width:720px; height:>2400;} and then animating the magin-top by 400 we could make the slides move vertically.

  • @daniel-nagy
    @daniel-nagy 10 лет назад

    Amazing! You're a great teacher. If only my school teachers were as good as you.

  • @reggieruiz1236
    @reggieruiz1236 10 лет назад

    Thank you so much, I've been pulling my hairs trying to understand JS and you make it so simple.

  • @BillSommers0
    @BillSommers0 8 лет назад

    I like your teaching style. Very accessible

  • @Hiteshkumarmisro
    @Hiteshkumarmisro 9 лет назад +4

    You're doing a great job there.. Helps a lot. Keep making more videos.

  • @muhammadtalha9834
    @muhammadtalha9834 6 лет назад

    Your Tutorials are totally worth it.

  • @HelmarBaechle
    @HelmarBaechle 6 лет назад

    best Channel so far in regards to jQuery and Javascript. Keep up to good work

  • @KirillPutryk
    @KirillPutryk 9 лет назад

    Awsome. Realy great toturial. Easy to understand and follow. Thumbs up man!!!

  • @LucasAlmeida123
    @LucasAlmeida123 9 лет назад +1

    Thank you very much, you just made me understand how it realy works without lots and lots of confusing code! great tutorial!

  • @jonesenoj1
    @jonesenoj1 10 лет назад

    This is really great, recently starting my journey into webdev and I've found all your vids informative. DOM caching caught my interest.

    • @learncodeacademy
      @learncodeacademy  10 лет назад

      Thanks! Glad to hear they help!

    • @jonesenoj1
      @jonesenoj1 10 лет назад

      Quick question, is this slider responsive? if not could u show how you go about making it responsive?

  • @aurelianspodarec2629
    @aurelianspodarec2629 8 лет назад

    SUBSCRIBE! This is the far best channel i found on development. Although i think there could be some improvements that would be nice. But so far soo good.

  • @VanezzMac
    @VanezzMac 9 лет назад

    Thank you very much. Very simple and easy to understand.

  • @user-ww7bl2sz1k
    @user-ww7bl2sz1k 8 лет назад

    The best! Understood even more than from tutorials in my native language.

  • @maximushsieh6021
    @maximushsieh6021 9 лет назад

    Thank you man! You're so kind! It's like having a private tutor!

  • @moisescuclaudiugeorge9912
    @moisescuclaudiugeorge9912 5 лет назад

    A great series. You have a very good presentation capacity. My request and suggestion is a continuation for the medium and, why not, one for the advanced level. Congratulations.

  • @karlrombauts4909
    @karlrombauts4909 8 лет назад

    Best tutorial on jQuery sliders I have found! Thank you so much :)

  • @gijsvanderpol4570
    @gijsvanderpol4570 9 лет назад

    Thumbs up! Really liked the DOM explanation and callback.

  • @gospodsrb
    @gospodsrb 7 лет назад +1

    Dude bc you, now im making sites and i will work making them!! YOU NEED MORE SUPPORT!

  • @gimmemydinner
    @gimmemydinner 9 лет назад

    Good tutorial but I just want to clarify one point about global variables because it confuses a lot of people.
    If you declare a variable outside of a function using "var", it has GLOBAL scope.
    var interval = 'this variable has GLOBAL scope';
    If you declare a variable inside of a function using "var" it has LOCAL scope (i.e. it can only be accessed inside of the function)
    function startSlider() {
    var interval = 'this variable has LOCAL scope';
    }
    If you declare a variable inside of a function WITHOUT using "var" it has GLOBAL scope, regardless of whether or not you have declared the variable outside of the function.
    function startSlider() {
    interval = 'this variable has GLOBAL scope';
    }
    So on line 17 (at 17:00), your statement "var interval;" is superfluous.

  • @ga7853
    @ga7853 7 лет назад

    Thank you so much, it was a great and enjoyable tutorial, it also does answer many are asking which is how to start animate after clearing the interval.
    many thanks

  • @marcopetaccia88
    @marcopetaccia88 9 лет назад

    Thank you a lot for this tutorial. Well made and well explained slideshow. Also easily customizable.

  • @UMAR.i4u2get
    @UMAR.i4u2get 3 года назад

    I've never seen the tutorial like that before!
    about jQuery

  • @Rapidodalua2008
    @Rapidodalua2008 8 лет назад

    I wanted something simple. And I finally found it!

  • @drepix3l
    @drepix3l 10 лет назад

    glad to see your back man

    • @learncodeacademy
      @learncodeacademy  10 лет назад

      Thanks! Yeah, had some travel and family stuff to attend to there for a while.

  • @ShubhamRajdhar
    @ShubhamRajdhar 9 лет назад

    Thank you very much sir! You are doing a great help to people like us!

  • @malleshhanumanthaiah5955
    @malleshhanumanthaiah5955 8 лет назад +1

    Interesting...simple and very well explained, worked for me :)

  • @renbo2951
    @renbo2951 8 лет назад

    How to make it work with a faster pause, for example 200. The slider doesnt stop instantly when you mouseenter, its like it has some slide left in memory that it executes before it stops.

  • @mggllvrdo1295
    @mggllvrdo1295 7 лет назад

    As a beginner, this is tight. Thanks.

  • @Ata5ll
    @Ata5ll 8 лет назад

    Nice guide, sure gonna help me out with my build... Except now i'm trying to make a back and forward button, except the back button gives me a "no image" if you go back on the first image, tried all kind of ways but i'm just not getting the hang of that bit -.-

  • @whyiloveyou9409
    @whyiloveyou9409 8 лет назад +7

    Can you make a video about freelancing?

  • @Deepak-qp4tw
    @Deepak-qp4tw 2 года назад

    very usefull video and your explanation make it more simple 👍

  • @vincentguo5299
    @vincentguo5299 7 лет назад

    I had problem with the interval doesn't stop when mouse enters every time, probably due to animation. The work around I did is to add
    $slideContainer.clearQueue();
    before
    clearInterval(interval);
    in stopSlider() function

  • @ramoshi8944
    @ramoshi8944 9 лет назад +3

    Thanks for the video! What themes did you use for sublime text?

  • @logiannguyen4249
    @logiannguyen4249 8 лет назад

    Best guide for me. Thank you !

  • @hatemnabih
    @hatemnabih 9 лет назад +8

    the code works fine but when the last image in the queue pauses only for split of a second and the first image just pops instead

    • @lifeisbeautiful11
      @lifeisbeautiful11 9 лет назад

      +Hatem Nabih did u find a solution to this?

    • @user-ww7bl2sz1k
      @user-ww7bl2sz1k 8 лет назад

      +Hatem Nabih i have the same problem

    • @andreasrossler7831
      @andreasrossler7831 8 лет назад

      +Hatem Nabih Have the same problem.

    • @three6ixdigital811
      @three6ixdigital811 8 лет назад +3

      +Hatem Nabih The problem may be that your last does not match the first and the width of your .slide is not wide enough to contain the elements. I have added my own code below for you to see what I mean :)
      EXAMPLE
      HTML



      CSS
      .slideContainer {
      border: 1px solid red;
      width: 780px;
      height: 400px;
      overflow: hidden;
      margin: auto;
      }
      .slideWrapper {
      list-style-type: none;
      margin: 0px;
      padding: 0px;
      display: block;
      width: 3120px;
      height: 400px;
      }
      .slideItem {
      float: left;
      }
      JQuery
      $(function() {
      var currentSlide = 1;
      setInterval(function(){
      $('.slideWrapper').animate({'margin-left': '-=780px'}, 1000, function() {
      currentSlide++;
      console.log(currentSlide);
      if(currentSlide == $('.slideItem').length) {
      currentSlide = 1;
      $('.slideWrapper').css('margin-left', '0px');
      }
      })
      }, 3000)
      });

    • @ZanStumberger
      @ZanStumberger 8 лет назад

      +THREE6IXDIGITAL If anyone still doesnt get it.. You just have to go in css folder, #slider .slides div and increase width there.. So it would look like this
      #slider .slides {
      display:block;
      width:8000px; ------ increased to 8000px from 6000px
      height:400px;
      margin:0;
      padding:0;
      }

  • @Scc2350
    @Scc2350 10 лет назад

    Quality Information, good programming techniques-brilliant video.
    Thank you for making my day.

  • @autopilot6942
    @autopilot6942 9 лет назад +2

    Great tute! many thanks. btw I make 4 slides, It works though, most of it, only one problem with my slide 4 it only flashes briefly then back to slide one. What could be the problem?? Please help!

    • @autopilot6942
      @autopilot6942 9 лет назад

      Fixed it! :)

    • @weswow
      @weswow 9 лет назад

      AutoPilot69 How did u fixed it? I got that issue too.

    • @jtzmwtf
      @jtzmwtf 9 лет назад +2

      Que Nguyen Thien Remember to put the last image the same as first one. then in css just add the width of that last one to #slider .slides{width: }

    • @bradvansickle9162
      @bradvansickle9162 9 лет назад

      Ivan Gajic Thanks!

  • @juan-ou3gq
    @juan-ou3gq 5 лет назад

    Gracias teacher you are the BEST!!!!

  • @paulsccna2964
    @paulsccna2964 4 года назад

    Question: I have been working with this example. I used ten photos, all formatted the same width and height (width="200" height="100"). The last photo slides, and then there is a jump, to the first slide. Why is it jumping like that? I tried adjusting the #slider .slides, width (for example 10 pic, would be 2000px), but get this weird jump from the last pic to the start? Why?

  • @christiancervenka2865
    @christiancervenka2865 5 лет назад

    THX Sir ... great tut for me starting as fullstack Dev.

  • @bobamzallag2367
    @bobamzallag2367 6 лет назад

    Great tutorial, thanks so much, it's clear and helpful.
    Bob.

  • @fabiomrmatos
    @fabiomrmatos 8 лет назад

    you have the best tutorials ever i was just wondering can u make a tutorial of a simple and basic slideshow like that but responsive, i've been trying with that base but no luck and can't find tutorials in the internet only with plugins but i want to learn how to make one myself can u do it?

  • @sharadapundlik9676
    @sharadapundlik9676 10 лет назад

    thank you.. it is completely helpful for JQuery beginner..!!

  • @thebahamiannightmare
    @thebahamiannightmare 6 лет назад

    Thank you for a great tutorial. This was a big help!

  • @reediumboze75
    @reediumboze75 7 лет назад

    I follow the steps in the video but my slider is not working. I don't know if there is something wrong with my code or with my pictures. I made the pictures the same size. I check my jquery code is the same as in the video, but no luck.

  • @akshay0kumar
    @akshay0kumar 9 лет назад

    very helpful and easy to understand :)

  • @perkin524
    @perkin524 6 лет назад

    This is a great tutorial but I have a problem. I want the slider to be full width so I'm using $(window).width() to get that. I now discover that it doesn't give the same result in every browser so the lateral movement is not consistent. How would I fix that?

  • @DrewsAreGood
    @DrewsAreGood 10 лет назад

    Wow, what a great educational video!

  • @addeadde97
    @addeadde97 7 лет назад +2

    I know this is years later but I'm wondering if it´s possible to auto update the script so when i resize my window the code updates? what I mean by that is: I changed the var width = 720; to var width = $('.slide').css('width'); so what ever size I have on my .slide my var width; always change. I did this so I could be able to use media queries. but now when I resize my window I have to manually update my page for it to work. PLEASE help me :(

    • @jojo_Ca
      @jojo_Ca 5 лет назад

      responsiveslides.com should help..not sure if its still an issue...

  • @rehamhossam1354
    @rehamhossam1354 7 лет назад

    Please how can I make it look the same as yours but with next and previous buttons meaning that it will slide to the left just the same as the automatic sliding if next button is pressed and also how to make the moved slider fill the whole container at a time just as the automatic slider?

  • @user-iv5bb6ik6i
    @user-iv5bb6ik6i 8 лет назад

    Thank you very much for yuor video! It was very useful for me!

  • @mbelmin
    @mbelmin 8 лет назад +1

    Best guide so far. GG man

  • @missamanda3010
    @missamanda3010 9 лет назад +1

    hello, I'm trying to figure this out and when I'm adding my images in for the slider only the first shows. The animation transition still plays however my other two images don't show. I'm wondering if you would have any advice on solving the situation, also if you have any jQuery that you would recommend for adding arrows for navigating through the slides.
    Thanks!

  • @soumyodeepdey
    @soumyodeepdey 5 лет назад

    very nice tutorial. thank you so much

  • @DanielRamBeats
    @DanielRamBeats 9 лет назад

    Great teaching!

  • @henrygarmendia5766
    @henrygarmendia5766 7 лет назад

    You are great, thank you for the tutorials bro I enjoy your videos

  • @nam.truong
    @nam.truong 9 лет назад +1

    Thank you so much, very helpful tutorial.

  • @MoriSella
    @MoriSella 9 лет назад

    hahahah you are so funny!!! great tut!!! loved it... very simple and cool

  • @TheCodingWala_Handle
    @TheCodingWala_Handle 8 лет назад

    I am using similar .css .html and .js files as shown in video.but its moving left (-720px) only top most image and remaining images are not showing after that. plz help

  • @privatmail4508
    @privatmail4508 8 лет назад

    Great tutorial. I have built the same, working perfectly in full window, but when changing the size of the browser the slider keeps its size, if have changed the px values to % than didnt work properly. What do you suggest? Thanks

  • @tralexium
    @tralexium 6 лет назад

    Guys I'm confused with one thing, why is the last line of code calling the "startSlider" only once instead of every frame?

  • @franciscos.f9474
    @franciscos.f9474 7 лет назад

    My works normal, but when it changes to $ slideContainer.css ('margin-left', 0); It is not pausing, it returns to the beginning as it finishes pulling the last slide

  • @georgethemagiclamb
    @georgethemagiclamb 9 лет назад

    Very very helpful video. It didn't work for me, though. After a lot of experimentation, I figured out that the LIST was the problem. So, I simply changed the list to a div containing images. The classes were the same.

    • @learncodeacademy
      @learncodeacademy  9 лет назад

      Ah, gotcha. Sorry for any missed explanation on my part, but awesome to hear you got it going!

  • @lathuddi
    @lathuddi 9 лет назад

    Thanks a lot buddy! best tuto ever seen. keep it up!!

  • @felipeferrari1754
    @felipeferrari1754 6 лет назад

    Thanks for this tutorial, it helped me a lot!

  • @umangasarathchandra717
    @umangasarathchandra717 8 лет назад

    thanks a ton man. straightforwardness helped alot

  • @mykolashevchuk975
    @mykolashevchuk975 8 лет назад

    Thanks you very much, your tutorials is just perfect. I`ll hope, that this information is really actually nowadays))

  • @mmahal
    @mmahal 9 лет назад

    The problem I am facing is that when I reach the last image, it does not animate to the first image. It just abruptly starts the slider fromthe first image.

  • @salmanpatel5298
    @salmanpatel5298 3 года назад

    thanks for the tutorial.
    i have one question ..when it reaches to the last slide it goes to slide one very fast..why is that happening?

  • @mustafasange
    @mustafasange 8 лет назад +3

    Thanks for the tutorial made life easy but one question how do I make responsive. Please assist.

    • @catrosits
      @catrosits 5 лет назад

      responsive pages is done through html/css.. but I guess you already figured that out..

  • @DavidCodesC
    @DavidCodesC 9 лет назад

    is there a way to make the slider go back to the first slide smoothly? for me it just jumps to it. I've tried to animate it back but it goes all the way back.

  • @renbo2951
    @renbo2951 8 лет назад

    Thanks for the tutorial, very informative. Though i would get a nullpointerexception when i tried to run it without the startSlider(); than see what would happen if i would mouseenter and let it call stopSlider(). The "var interval" would not have been initialized.

  • @asmitanarang2340
    @asmitanarang2340 7 лет назад

    This is really very helpfull sir.but i have an issue while working on small devices. Can i get a way to fix it please!

  • @mariaahmedwarsi543
    @mariaahmedwarsi543 4 года назад

    I have used the code in description, but the slide show doesn't work at all, what is missing for me ? can anyone help plz?

  • @firstnamelastname-oy7es
    @firstnamelastname-oy7es 7 лет назад

    Excellent video.

  • @skunkg
    @skunkg 10 лет назад

    Tanx for the video..but when i load my page the images doesn't move.. it just stay on the first image

  • @BruteBeetle101
    @BruteBeetle101 8 лет назад

    Its not working for me, i have even copied the exact code from jsfiddle into my files and it still doesnt work... Its frustrating that i dont know what i am missing

  • @Prince42501
    @Prince42501 9 лет назад

    thanks for the video . I have a question and i hope You answer
    how i can add a button to Slide the to the left
    and another to the right

  • @gerichamberlin4141
    @gerichamberlin4141 9 лет назад

    I am missing some key step or am completely dumb! I have tried this over and over. I even went and copied the source code exactly from the website link. All I end up with is where it says JQueary Slider bar then has slide 1, slide 2, etc as bullet points!!! I have no clue what I am doing wrong!