Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

javascript - jQuery fade li element and cycle it when mouse hovered -


i'm trying recreate effect in jquery, element (<li> <img>) cycled , has fading effect when hovered. '<li>' contains '<img>' (image screenshots). when mouse on top of element keep cycling in '<ul>' fading effect. when mouse away stop cycling list. want add pager can navigate list.

my existing code: link text

my problem: current code has problem pagination, added images can seen on code. instead of 1-8 only, continued add 1-8 , another. second problem is, start cycling , fading when page loads. cycling , fading should working when mouse on top of element.

i don't know if 'cycle plugin' (plugin home page) required on approach, wan't minimal as possible. use 'cycle plugin' because it's quick answer problem.

thanks , merry xmas!


edits

remove , added link

i wrong, i'm not familiar plugin, seems need id each slideshow have instead of using class are.

i've setup jsfiddle code , tweaked it. below how each slide should function.

  1. starts on mouse on , stop on mouse out
  2. changes on mouseover of nav
  3. changes when nav clicked

the link gave in comments question should guide available options plug-in. in case missed it, here is: plugin options


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -