English 中文(简体)
需要定制jcarousel
原标题:Need to customize jcarousel

I m利用jcarousel建造滑坡道,需要做一些定制。 有一种退约功能,只要某一项物品成为油轮最后可见的项目,即予以提及。

1. function mycarousel_itemLastInCallback(carousel, item, idx, state) {
          display( Item #  + idx +   is now the last item );
      };

你们可以看看看这项工作如何。 我想做的是改变这一功能,以便显示这种形象只是对当前形象的一种 cap。 我想把封顶数据放在每个图像的带子上,但我会如何获得这些数据? 我在这项职能中尝试过这样的事情:

var theimage=item.next(); var thetext=theimage.alt; display( thetext );

......不工作。 我在座头上 over! 希望有人会向我开课。

第二点是,数据与显示箱中以前的数据相对应。 我需要每个上限来取代以前的上限。 不知道如何做到这一点。 这里是控制这一疾病的支部法典:

var row = 1; function display(s) { // Log to Firebug (getfirebug.com) if available //if (window.console != undefined && typeof window.console.log == function ) // console.log(s);

      if (row >= 1000)
          var r = row;
      else if (row >= 100)
          var r =     + row;
      else if (row >= 10)
          var r =      + row;
      else
          var r =       + row;

      jQuery( #display ).html(jQuery( #display ).html() + r +  :   + s +  <br /> ).get(0).scrollTop += 10000;

      row++;
  };

任何帮助都得到赞赏! 增 编

问题回答

首先,您可能应考虑利用 at(斜线)获取元素的属性。

之后,如果看看显示法,则接受插图。 如果你需要显示所谓的变体,那么你的辛塔克斯就是不正确的,那么你想要的是:

var thetext= $(image).attr( alt ); display(thetext);

抽样:

var theimage=item.next();

也就是说,im灭.可能已经是 j碎了html的元素。 如果是:

var thetext= image.attr( alt ); display(thetext);

除此之外,我个人需要看到一个榜样网页。 在jsfiddler上建立一个网页。 如果你仍然 st住,把这一联系带回这里





相关问题
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: &...

热门标签