开发者

Jquery Airport plugin effect on mouseover on anchor tag

I am using Jquery Aiport Plugin

it takes array of text element and run it one by one, how can to show the effect on mouseover

I have 开发者_如何学运维a menu

  • Home Page
  • About us
  • Services
  • Road Map

I am trying to show the effect of airport plugin when mouse is over

please help, new to jquery.

Regards Thanks in advance


$(el).hover(function(){
    $(this).airport({
        // settings
    });
})


You need to continue the author work to include that

I'm not that good at jQuery Plugins, so, my work is half-way

example in JSBIN

over the Hello World and you will see that the plugin starts, if you mouse out, it will pause...

problem is the "continue" part, you need to put the variables into jQuery.data for example so it can continue, instead of start all over again...

hope it helps somehow.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜