[jQuery] Re: jQuery Navigation problems

2009-10-02 Thread Zach Schneider
rent ().children("ul").addClass("lev2").children("li").addClass ("lev2").children("a").addClass("lev2"); $(".nav_label").children("ul").removeClass("hideNav"); On Oct 2, 10:19 am, Zach Schneider wrote: &

[jQuery] Re: jQuery Navigation problems

2009-10-02 Thread Zach Schneider
well I hide the DIV with CSS visibility: hidden; and with jQuery I want to change the stylesheet and remove the visibility to visible, the problem I am having I am not that familiar with jQuery to know how to do that On Oct 1, 10:41 pm, Scooby wrote: > How are you hiding your UL's? From my expe

[jQuery] jQuery bugs in IE7

2009-09-29 Thread Zach
I have a page that works great in Firefox but alas, not in IE 7. I'm sure there is some minimum code changes to make, but I'm not exactly sure what and or where to do it. There should be rounded corners on the menus and the large pictures rotating on the right as well. Look at in firefox and you

[jQuery] Re: Why isn't there any list widget?

2009-03-28 Thread Zach
28, 2009 at 11:30 PM, Zach wrote: > > > I've searched extensively for a jquery widget that allows me to add/ > > remove items to a list, set font size, etc. For an example of what I > > mean, see here: > > >http://www.webresourcesdepot.com/dnspinger/ > >

[jQuery] Why isn't there any list widget?

2009-03-28 Thread Zach
I've searched extensively for a jquery widget that allows me to add/ remove items to a list, set font size, etc. For an example of what I mean, see here: http://www.webresourcesdepot.com/dnspinger/ Could anyone point me in the right direction?

[jQuery] jQuery Validation Plugin & ASP.NET

2009-03-23 Thread Zach
ors by changing background colors, and they alwasy work but why isn't this thing validating? I'm probably missing something simple, any help is GREATLY APPRECIATED! Thanks, Zach

[jQuery] Re: AJAX delay response.

2009-01-20 Thread Zach
I need to bump this. I'm getting the exact same problem. Using jQuery 1.3 and the load() function. Firebug will show the full response within a couple hundred milliseconds, but the browser will not display the response for at least three more seconds. I'm really not sure what's going on. I'll

[jQuery] Re: AJAX delay response.

2009-01-20 Thread Zach
Bump. Same problem here. The ajax reponse will come back within a few hundred ms in firebug but doesn't show up on the page until many seconds later. If there are any kind souls out there who know what's up, please give a holler. My site (where this is currently occurring) is at tev.educationv

[jQuery] Re: AJAX delay response.

2009-01-20 Thread Zach
Bump. Same problem here. The ajax reponse will come back within a few hundred ms in firebug but doesn't show up on the page until many seconds later. If there are any kind souls out there who know what's up, please give a holler. My site (where this is currently occurring) is at tev.educationv

[jQuery] Re: jQuery Cycle pagerAnchorBuilder with Div Tags

2008-10-17 Thread Zach Dunn
, pagerAnchorBuilder: function(idx, slide) { var src = $('img',slide).attr('src'); return ''; } }); Final code. Works beautifully. Thank you so much. Zach On Oct 17, 10:58 am, Mi

[jQuery] Re: jQuery Cycle pagerAnchorBuilder with Div Tags

2008-10-17 Thread Zach Dunn
Thanks Mike! It's currently on the development page at www.imagine.yidio.com. I've put some placeholders in for the time being. Besides that the pertinent files are: www.imagine.yidio.comscripts/jquery-code.js www.imagine.yidio.com/jquery-style.css Zach On Oct 16, 10:53 pm,

[jQuery] Re: jQuery Cycle pagerAnchorBuilder with Div Tags

2008-10-16 Thread Zach Dunn
Appreciate the help Mike, unfortunately when I plugged that in it stopped the slideshow all together. Is there something that might interfere with that? On Oct 16, 6:26 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > $('#headline-rotation').before('').cycle({ > >             fx:'fade', > >        

[jQuery] jQuery Cycle pagerAnchorBuilder with Div Tags

2008-10-16 Thread Zach Dunn
I've run into a problem with building a rotating news banner which displays both an image tag and a caption div. The structure for the slides works like this: