[jQuery] Re: SerialScroll with LocalScroll

2009-11-01 Thread dacoder
oops that is suppose to say now working perfectly On Nov 1, 9:05 am, dacoder wrote: > Ok, I think I got it figured out. I am not sure why I couldn't get the > notify to work yesterday but the plugin is not working perfectly how I > need it by calling the notify event if the e

[jQuery] Re: SerialScroll with LocalScroll

2009-11-01 Thread dacoder
gName == "UL"){ $($target).trigger( 'notify', [ $($items, $target).index($ (elem).find("li").get(0)) ] ) } } On Nov 1, 8:34 am, dacoder wrote: > I'

[jQuery] Re: SerialScroll with LocalScroll

2009-11-01 Thread dacoder
I'm thinking I have to do the notify trigger but it wont do anything when I do it inside of the onBefore or onAfter callbacks On Nov 1, 12:48 am, dacoder wrote: > I am working on a project where I have a navigation menu with > categories and then a list of items broken into those cate

[jQuery] SerialScroll with LocalScroll

2009-10-31 Thread dacoder
I am working on a project where I have a navigation menu with categories and then a list of items broken into those categories with a header above each one. With the navigation I want to scroll to the begining of each group of items. so l I have an unordered list that in each list item has a header

[jQuery] Changing Background Image on A tag when clicked not working

2009-02-24 Thread dacoder
Basically all I am doing is on click I am changing the class of the a tag to have a different background image then the class that is applied on load. I remove the initial class and replace it with the new one. Both have different background images but for some it isn't working. The class changes

[jQuery] jqModal Error

2008-11-19 Thread dacoder
I am using jqModal for various overlays and what not. I seem to get this error a lot Components is not defined at line 64 Everything always works fine but I hate to have a javascript error showing. I'm just wondering if anyone else has had this problem or what might be causing it.

[jQuery] jQuery Slide Panel

2008-10-07 Thread dacoder
I am trying to make a slide panel using the slideToggle method similar to this one http://www.webdesignerwall.com/demo/jquery/simple-slide-panel.html My problem is that it is in the footer of my page and when it slides down it increases the page height because it is almost the last thing on the p

[jQuery] Re: Toggling a check box on or off

2008-01-24 Thread dacoder
Nevermind it is working properly now. I moved it out of the page and into my javascript file and it is working. On Jan 24, 9:51 am, dacoder <[EMAIL PROTECTED]> wrote: > Thanks Karl, I put that in and it almost worked perfectly but if there > are more then one the only one that works

[jQuery] Re: Toggling a check box on or off

2008-01-24 Thread dacoder
ROTECTED]> wrote: > Hi dacoder, > > This should do it: > > $('a.giftwrap-check-img').click(function() { >var $this = $(this); >var imgSrc = $('img', this).attr('src'); >var checkedStatus = $this.next().is('input:checked');

[jQuery] Toggling a check box on or off

2008-01-23 Thread dacoder
What I am trying to do is make it so a checkbox is checked if the user clicks a link with an add image inside of it. If the user has clicked the add button the check box gets checked and the image switches to a remove image. If the user then clicks the remove image the check box is unchecked. they

[jQuery] Re: Effects Issue

2007-11-02 Thread dacoder
figured it out, stupid me had the display block and none applied when fadeIn and FadeOut already are setting this On Nov 2, 7:59 am, dacoder <[EMAIL PROTECTED]> wrote: > Not sure if I explained myself to clearly but really all it is, is the > fact that my fadeIn and fadeOut effects

[jQuery] Re: Effects Issue

2007-11-02 Thread dacoder
Not sure if I explained myself to clearly but really all it is, is the fact that my fadeIn and fadeOut effects were working with jQuery 1.1.2 but not with 1.1.4. If anyone knows why this might be happening that would be great, I've searched around and haven't found to many other situations like t

[jQuery] Effects Issue

2007-11-01 Thread dacoder
I am working on an overlay that has a timer associated with it. when you mouseover it, it triggers the toggleOn method and when you hover out it triggers my timer depending on whether you have clicked the close button or not. I was accidently working on my local which had both 1.1.2 and 1.1.4. I w