Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.5/jquery.bxslider.min.css" />
<script src="https://code.jquery.com/jquery-1.11.3.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.5/vendor/jquery.easing.1.3.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.5/vendor/jquery.fitvids.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.5/jquery.bxslider.min.js"></script>
</head>
<body>
<div class="slider">
    <div class="slide"><img src="http://realtorcatch.com/images/subway2.jpg">
      <span class="slider_text">My Text for "FooBar1"!</span></div>
  <div class="slide"><img src="http://realtorcatch.com/images/beach2.jpg">
  <span class="slider_text">My Text for "FooBar2"!</span></div>
  <div class="slide"><img src="http://realtorcatch.com/images/space2.jpg">
  <span class="slider_text">My Text for "FooBar3"!</span></div>
  </div>
  <div class="text">fdfsdfsf</div>
</body>
</html>
 
$(document).ready(function(){
  $('.slider').bxSlider({
    mode: 'fade',
    speed: 900,
    auto: true,
    pause: 5000
  });
});
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers