[jQuery] Re: jCarousel circular bug in IE7, separate bug in Firefox (mac)?

2008-04-30 Thread Jan Sorgalla
Hi, i've fixed this. Just download the package again. Jan On 28 Apr., 23:28, ericHurst <[EMAIL PROTECTED]> wrote: > I am usingjCarouselv0.2.3 with jQ 1.2.3. > > I'm having a problem on IE7 where the item that should be displayed on > the left side, next to the back arrow, is cut out. Not only d

[jQuery] Working with other library

2008-04-30 Thread >div
Ok, I know that there are some posts about this, and I've read them all, however not being really bright at this particular thing, I'm in a need of some assistance. I would like to understand how do you actually use the no conflict jquery option to work with other library, and if you have the pati

[jQuery] Cycle Plugin - additional manual link to a particular slide

2008-04-30 Thread emjem
Hi there I've used the Cycle plugin to build a shuffling div with text content, that uses the pagerAnchorBuilder to link the nav to each slide. That all works fine. $('#shuffledeck').cycle({ fx:'shuffle', cssAfter: { top: -20,

[jQuery] Moving label text to input

2008-04-30 Thread Emil
Hi, I have this small script that moves the text from a label and places it in a input field next to the label, like such: function moveLabelToInput(){ $("label.moveToInput").each(function(){ var lblText = $(this).text(); $(this).hi

[jQuery] Re: ui.datepicker causes IE "operation aborted"

2008-04-30 Thread jquiker
We're using the older jQuery 1.2.1, and I've tried several methods, including your suggestions below. None work in that blasted browser. This is the declaration code I'm trying to use in our portal: