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
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
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
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?
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
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
isting hide show code..) - and I know this isn't
> elegant...
>
> if (ClickedItem == "firstdiv")
> {
> ShowFirstDiv;
> HideSecondDiv;
> HideThirdDiv;
> } elseif (ClickedItem == "firstdiv") {
> HideFirstDiv;
>
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
I have the following
$('#fcycle').livequery( function(){
$(this).cycle({
fx: 'fade',
timeout: 0,
speed: 'slow' ,
pager: '#qm0',
next: '#next',
e();
> }
>
> function startCycle(){
> jQuery('div#popForecast').cycle({
> cleartype: 1,
> timeout: 9000,
> speed: 2000,
> pager: 'div#cyclePager',
> fx: 'fade',
> pause: 1,
>
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' ,
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)
:
> 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:
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
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
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
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
17 matches
Mail list logo