English 中文(简体)
页: 1 彩礼
原标题:jQuery carousel

as so many other people I am looking for a carousel for my homepage. I already had a look at the market.

我所赞成的是几个现有机构。 而且,如果可能的话,它应当基于 j,因为我已经使用了.。 但是,一些好车是用摩托车为基础的。

So, what do I like? noobSlide is nice. Perfect would be the a mix from 6 and 7: 6 has the larger picture with some overlay and link. 7 has the parallel positioning of the images. Problem: I have >50 not 8, so I would need some kind of slider. SmoothGallery has a nice slider (after clicking on pictures).

因此,根据需要

  • larger picture with overlay (infos + link(s))
  • horizontal slider control with scrolling
  • If possible, jQuery

你会派我去什么? 一些冷却部分/薄膜一被遗漏?

最佳回答

如果你喜欢在这个页上坐车:

http://www.adventure-service.com/

I m 采用这一缩略语:

rel=“nofollow noreferer” http://thomlx.free.fr/jquery/jquery_carousel.htm

仅包括javascript案,第html号如下:

                    <div id= banner_container >
                        <ul>
                            <li><img src=   alt=   /></li>
                            <li><img src=   alt=   /></li>
                            <li><img src=   alt=   /></li>
                            <li><img src=   alt=   /></li>
                            <li><img src=   alt=   /></li>
                        </ul>
                    </div>

3. 呼吁履行这一职能:

        $( #banner_container ).carousel();

而这是这样。 如果你想像汽车幻灯片和ton子,那么你就能够点击每一 but子和岩心,显示:

        $( #banner_container ).carousel({
            autoSlide: true, 
            autoSlideInterval: 4000,
            pagination: true
        });
问题回答

如果你愿意成为完全关键的板,请KATC





相关问题
getGridParam is not a function

The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...

selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

jQuery cycle page with links

I am using the cycle plugin with pager functionality like this : $j( #homebox ) .cycle({ fx: fade , speed: fast , timeout: 9000, pager: #home-thumbs , ...

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

jConfirm with this existing code

I need help to use jConfirm with this existing code (php & Jquery & jAlert). function logout() { if (confirm("Do you really want to logout?")) window.location.href = "logout.php"; } ...

Wrap text after particular symbol with jQuery

What I m trying to do, is wrap text into div inside ll tag. It wouldn t be a problem, but I need to wrap text that appears particularly after "-" (minus) including "minus" itself. This is my html: &...

热门标签