[jQuery] accordion plugin in ie7 does not fully collapse

2009-01-26 Thread c.s
I'm using the accordion plugin to achieve as a wizard for a multi-part form. in ie7, the li don't fully collapse so the form does not fix all the way to the top. it does not happen in firefox. does anyone know of a way to fix this issue? i thought the most recent version of the accordion take

[jQuery] get html of check box

2008-09-25 Thread c.s
i'm up against deadline and i cannot figure this out for life of me. i know it is simple but just starting jquery/dom exploration lilabelinput type=checkbox /hello/input/label/li if user clicks checkbox...i need to alert the value of the label how do i do this..i was using .html() but it also

[jQuery] support newbie: DOM tablesorter questions. time sensitive

2008-09-24 Thread c.s
Hello jquery community, So I'm still wadding around jquery/dom/js but had to dive into the deep end to support under-resourced projects. I have a couple code questions and was also wondering what the best resource would be for on-the-fly question/answer sort of thing: irc channel(s)? I'm hoping

[jQuery] datepicker plugin: question regarding date range

2008-09-23 Thread c.s
how do i get datepicker to display 5 days previous from date selected? bascially date range but i don't want to set it for being between specific dates. the fuctionality i'm looking for is user selects today date...date picker shows today's date and 4/5 days prior--i need to be able to retrieve

[jQuery] jquery modal problem closing modal via input button

2008-07-14 Thread c.s
I'm using the lovely jqmodal plugin for our firms project, but we are having some issues getting it to function once within the body of a page. i'm having the content loaded via ajax; modal is set to 'true'. outside the site, it works fine; modal closes when 'cancel' pressed. within the site,

[jQuery] hoverIntent help: firing dropdowns all at once (extreme novice)

2007-10-17 Thread c.s.
I'm using the hoverIntent plugin to control a series of drop-down menus. I have it set up and it works save for the fact that if I hover over a li element it fires (displays) all the of drop-downs instead of doing it individually. I think I need to set up some sort of timer, or stop (?) This is