JQuery orbit slide, jqueryorbit slide
Online instance
Default |
Thumbnail |
With description |
Usage
- <Div class = "wrap" style = "width: 565px; height: 290px; margin: 0 auto;">
- <Div id = "featured">
- <A class = "orbit-item" href = "#" data-caption = "# htmlCaption1"> </ a>
- <A href = "#"> </a>
- <Div class = "orbit-item" style = "background-color: # eee; text-align: center; line-height: 290px;"> This is an empty div, html code, video, etc. </div>
- <A href = "#" data-caption = "# htmlCaption3"> </a>
- </Div>
- <Span class = "orbit-caption" id = "htmlCaption1"> This is the title of <strong> 1 </strong> slide </span>
- <Span class = "orbit-caption" id = "htmlCaption3"> is this Batman? </Span>
- <Span class = "orbit-caption" id = "htmlCaption5"> slides without Links </span>
- </Div>
- <Script type = "text/javascript" src = "http://apps.bdimg.com/libs/jquery/1.7.2/jquery.min.js"> </script>
- <Script src = "js/jquery. orbit. min. js"> </script>
- <Script>
- $ (Window). load (function (){
- $ ('# Featured'). orbit ({
- 'Bullets': true,
- 'Captionanimation ': 'slideopen'
- });
- });
- </Script>
Copy Download