[jQuery] Re: Clash between jQuery UI datepicker 1.5.2 and an ASP.net 3.5 CustomValidator

2008-09-01 Thread tekanet
This doesn't work for me: I can't set the onSelect with that syntax, I tried with .bind("onSelect",function(){}) but nothing. Maybe we're using different components.. mine is this: http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/ A further explanation will be much appreciated! On Aug

[jQuery] jCarousel - Multiple rows in horizontal mode (or cols in vertical mode)

2008-04-30 Thread tekanet
Hello folks, I need to put multiple items in a carousel, placed on rows and cols, with horizontal scrolling. Examples. Now my carousel looks like this: <- [ITEM] [ITEM] [ITEM] -> I want it like this: [ITEM] [ITEM] [ITEM] <- [ITEM] [ITEM] [ITEM] -> [ITEM] [ITEM] [ITEM] Is this possibi