[jQuery] Re: scrollto and jumping

2009-03-28 Thread kevinm
ogspot.com > > On Mar 24, 11:27 pm, kevinm wrote: > > > I have a vertical scrolliing area and inside the first area I have an > > link that when clicked calls scrollto to scroll the main vertical > > area. > > > What is happening is that the link is jumping

[jQuery] scrollto and jumping

2009-03-24 Thread kevinm
I have a vertical scrolliing area and inside the first area I have an link that when clicked calls scrollto to scroll the main vertical area. What is happening is that the link is jumping to the link, then it scrolls. Any thoughts Thanks Kevin

[jQuery] [localscrol] How do I get attributes of clicked link

2009-03-23 Thread kevinm
I am need to get the attributes of the click link because I need to perform an event based on the id of the link. Basically the has is used to scroll to a section. I then want to use the additional information to cause an ajax load Thanks Kevin

[jQuery] Apply alpha filter via css dynamically not working IE7

2009-03-22 Thread kevinm
I am trying to apply this .applyOpacity { background: #fff; filter:alpha(opacity=50); -moz-opacity:0.50; -khtml-opacity: 0.50; opacity: 0.50; } To an existing DIV dynamically via a hover and in IE7 this fails. Is that correct? should I do this differently?

[jQuery] Re: fonts aliasing issue with opacity overly over cycle plugin

2009-03-17 Thread kevinm
I just updated Cycle plugin and still have this odd situation On Mar 15, 11:10 pm, kevinm wrote: > Hi > > I am having an issue in FF where I have a DIV that I am animating from > off the screen and overlaying part of the page. > > on the page I have thecycleplugin running. I

[jQuery] fonts aliasing issue with opacity overly over cycle plugin

2009-03-15 Thread kevinm
Hi I am having an issue in FF where I have a DIV that I am animating from off the screen and overlaying part of the page. on the page I have the cycle plugin running. If I move the mouse from the overlay to the where the cycle plugin is used (I initiate it on mouseover), the text in the overlay

[jQuery] Re: help with menu and show/hide divs

2009-03-14 Thread kevinm
isting hide show code..) - and I know this isn't > elegant... > >     if (ClickedItem == "firstdiv") >     { >         ShowFirstDiv; >         HideSecondDiv; >         HideThirdDiv; >     } elseif (ClickedItem == "firstdiv") { >         HideFirstDiv; >  

[jQuery] help with menu and show/hide divs

2009-03-13 Thread kevinm
I know I am doing something stupid , but can't figure it out. I have a menu of three items first second third I then have 3 divs

[jQuery] Cycle plugin pagerAnchorBuilder and livequery

2009-03-03 Thread kevinm
I have the following $('#fcycle').livequery( function(){ $(this).cycle({ fx: 'fade', timeout: 0, speed: 'slow' , pager: '#qm0', next: '#next',

[jQuery] Re: placing cycle plugin at root document level to use on content loaded via AJAX

2009-03-03 Thread kevinm
e(); >       } > >          function startCycle(){ >           jQuery('div#popForecast').cycle({ >     cleartype:  1, >      timeout:  9000, >      speed: 2000, >      pager: 'div#cyclePager', >          fx: 'fade', >           pause:         1, >

[jQuery] placing cycle plugin at root document level to use on content loaded via AJAX

2009-03-03 Thread kevinm
I want to relocate my cycle plugin call from the file that is loaded via an AJAX call to the parent file. I know I can't just copy, but not sure what I need to do. to illustrate; put $('#fcycle').cycle({ fx: 'fade', timeout: 0, speed: 'slow' ,

[jQuery] Re: Validation Plugin: Too Much Recursion

2009-02-25 Thread kevinm
Ah ignore. Team member left of method attribute. On Feb 25, 9:07 am, kevinm wrote: > Jörn , > > New issue, that is related. > > When I use form.submit() inside the modal window it does not submit > correctly. > > When we did this (before applying validate)

[jQuery] Re: Validation Plugin: Too Much Recursion

2009-02-25 Thread kevinm
: > Here's hoping the next one finds > this:http://docs.jquery.com/Plugins/Validation#Too_much_recursion > > Jörn > > On Tue, Feb 24, 2009 at 7:01 PM, kevinm wrote: > > > Ah, makes total sense. Thanks > > > On Feb 24, 1:01 pm, Jörn Zaefferer > > wrote:

[jQuery] Re: Validation Plugin: Too Much Recursion

2009-02-24 Thread kevinm
not > the validation. > > Jörn > > On Tue, Feb 24, 2009 at 4:58 PM, kevinm wrote: > > > James, > > > We just ran into the same issue. In my case we are opening a modal > > window with nyroModal. Here is thevalidatefunction. > > > var myValidate = $(&qu

[jQuery] Re: Validation Plugin: Too Much Recursion

2009-02-24 Thread kevinm
James, We just ran into the same issue. In my case we are opening a modal window with nyroModal. Here is the validate function. var myValidate = $("#myform").validate({ ignoreTitle: true, focusCleanup: false, ignoreTitle: tr

[jQuery] [cycle] plugin and reset after clicking on it

2009-02-17 Thread kevinm
I am using the cycle plugin to rotate through some images that are part of a . When the link is clicked I need to reset the images. The reason is that I then basically hiding the div with the links (thus cycle) but when I navigate back to them what is happening is the link that was click the ima

[jQuery] [Validate] hide errors until field has focus

2008-12-01 Thread kevinm
I am probably missing something, but I would like to with the Validation plugin be able to hide the errors and when someone blur/ focus/clicks on the field then they see it. I am basically emulating Flex/CF Flash forms in error display. I do have an ancillary question which is Ideally would li