<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
Hi, I did a video tutorial on youtube on HTML5 and CCS3. I made a website that had an image slider. Below my image slider number 1 2 3 4 appear and when I click on them the slider switches pictures. I want to get rid of the numbers but I dont know why they are being added in the first place. I am a newbie.
Any help is appreciated, thank you!
<Below this line, add a link to the EXACT exercise that you are stuck at.>
Here is the link to the tutorial: https://www.youtube.com/watch?v=2R-qmsvtSaQ
<In what way does your code behave incorrectly? Include ALL error messages.>
``` Here is the code for the image sliderI put this code below in the
<do not remove the three backticks above>
<script>
$(window).load(function() {
$('.blueberry').blueberry();
});
</script>