[jQuery] Change opacity for all divs except one

2009-12-04 Thread Jared
Hello all, I have a bunch of thumb nails that will be at full opacity when a user gets to the page. Users will be able to select their favorite. What I want to have happen is when a user selects their first favorite all of the there thumbnails will be lowered in opacity then when they select other

[jQuery] Animate forces display:block?

2009-10-21 Thread Jared N
ed setting. I've tried over- riding this behavior by including display:'inline' as one of the animation parameters, but no dice. Any other ideas? Is this supposed to happen or is it a bug? Thanks, Jared

[jQuery] unsubscribe

2009-07-06 Thread Jared Henderson
unsubscribe

[jQuery] hide labels in Form Validation

2009-05-01 Thread Jared
-line message asking to fill in required fields I saw in the documentation that there's a way to do some of these things but I don't really understand how to implement it as I'm new to JS and jQuery. Thanks! Jared

[jQuery] Re: IE8 will not perform Fade animation properly

2009-04-12 Thread Jared A. D. Radtke
Here is the HTML: http://www.w3.org/1999/xhtml";> Untitled Document This Fades on loadup And here is the JavaScript: $(document).ready(function(){ $("#InputField").focus(); $("#FadeThisGuy").fadeOut("slow"); }); It's an incredibly simple test which works fine it Firefox, yet

[jQuery] IE8 will not perform Fade animation properly

2009-04-11 Thread Jared A. D. Radtke
than fade out. I assume this is common and that there is a way around it... does anyone care to share? Thanks, Jared

[jQuery] Tabs Documentation

2009-01-15 Thread Jared
Hi The documentation page for Tabs has not been working for a couple of days, any idea when it will be available again? Thanks

[jQuery] Re: Can I make jquery not fail silently??

2008-11-05 Thread Jared Toporek
I hate to barge in on this discussion with something unrelated, but how long does it take for something to post? I've sent 2 posts in the last 30 minutes and they are not appearing. Any idea what I might be doing wrong? On Wed, Nov 5, 2008 at 2:24 PM, Jeffrey Kretz <[EMAIL PROTECTED]> wrote: > >

[jQuery] Re: slideToggle() giving a noticeable "skip" or "bump" when revealing/hiding div

2008-06-26 Thread Jared Henderson
Thanks! That did it! I really appreciate it. On Thu, Jun 26, 2008 at 12:09 PM, Karl Swedberg <[EMAIL PROTECTED]> wrote: > > Hi Jared, > > It looks like the problem is being caused by the padding that you have > applied to .comments-body > > If you remove that p

[jQuery] Re: problem with toggle function

2008-06-24 Thread Jared Henderson
gt;$(this.id.replace("count", "body")).slideToggle(400); > }); >}); > > or instead of > >$(this.id.replace("count", "body"))... > > you might do something like > >$(this).next(".comment-body")... > > or something else that matches your markup. > > Cheers, > > -- Scott > > -- Jared Henderson NetRivet Websites ProPhoto Blog Theme http://www.netrivet.com http://www.professionalphotographertheme.com

[jQuery] Re: Configuring WYMEditor

2007-11-21 Thread Jared
What are your opinions of this editor for folks who are somewhat squeamish to change (ie, used to MS Word)? I need to encourage html origination for some kinds of files (policies, procedures, etc...), and I would like something that is slimmer and simpler than tinyMCE. On Nov 21, 9:45 am, Gordon

[jQuery] Re: Does javascript interpreter works with HTML parser at the same time in IE???

2007-11-21 Thread Jared
Ok, I made a test page for how load events affect the page scripts and what you are allowed to do (and punished for). Here is the link to the page: http://www.houseofoverlord.com/test/loaddommanipulation.html First of all, the test page isn't as interesting unless you have Firefox and the Fireb

[jQuery] Re: Does javascript interpreter works with HTML parser at the same time in IE???

2007-11-21 Thread Jared
When you're using script/style tags, always try to use the appropriate type attribute: >From what I understand, javascript in IE is run after the page is loaded ("ready"), which is AFTER the load event. Meaning, if you put a script call inside the body and that script call manipulates the DO

[jQuery] Re: Superfish - issues with hover links in IE6

2007-11-20 Thread Jared
I don't know if this helps, but I preferred to make the entire latticework ul/li apparatus transparent (background/border: none) and use margin/padding/background/border for a container div, and I thought it worked pretty good. My problem now is that I need to leave breadcrumbs for highlight, so

[jQuery] Re: A few jQuery Patterns

2007-11-20 Thread Jared
Hire an experienced jQuery person to help you out. A couple hundred dollars might get you some one-on-one time with a pretty good developer. Or, if you have the time and/or no inclination to pay, just peruse the plugins page at jquery.com. There's plugins that do and example code that describes e

[jQuery] Re: Superfish v1.3.1 - ie third level menu clipping display problem

2007-11-20 Thread Jared
Just wondering why when I post the forum software doesn't seem to notice it's a *new* post... On Nov 19, 8:57 pm, Jared <[EMAIL PROTECTED]> wrote: > Here's another guy, so I guess I'm not alone. Interface andSuperfish > don't play well together, looksit. >

[jQuery] Re: Superfish v1.3.1 - ie third level menu clipping display problem

2007-11-20 Thread Jared
Here's another guy, so I guess I'm not alone. Interface and Superfish don't play well together, looksit. http://groups.google.com/group/jquery-en/browse_thread/thread/e50dc165a4b9602b On Nov 19, 3:24 pm, Jared <[EMAIL PROTECTED]> wrote: > Hi Joel, > > Well,

[jQuery] Re: Superfish v1.3.1 - ie third level menu clipping display problem

2007-11-19 Thread Jared
EMP-application.html If you comment out the script element for interface.js, the problem goes away in IE. The interface plugin is interfering somehow, I just have not figured out how yet... Thanks! jd On Nov 17, 12:38 am, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi Jared, >

[jQuery] Re: photo tagging with jQuery

2007-11-08 Thread Jared
On Nov 7, 4:27 pm, Bhaarat Sharma <[EMAIL PROTECTED]> wrote: > I am sure most of you are familiar with 'facebook'. you might have > noticed that facebook allows ursers to hoover over pictures, click on > them and that way tag them. so the next time someone comes to take a > look at the picture and

[jQuery] Superfish v1.3.1 - ie third level menu clipping display problem

2007-11-06 Thread Jared
and the containing third-level UL. I want to try to get this to work right in IE. Thanks! Jared

[jQuery] Re: Loading additional photos after page load

2007-06-05 Thread Jared Hawkins
e script to "hover inline right". I believe it is not working. On Jun 5, 10:16 am, Mika Tuupola <[EMAIL PROTECTED]> wrote: > On Jun 5, 2007, at 5:35 AM, Jared Hawkins wrote: > > > Then, how would I suppress those images to be loaded after this event > > from loadin

[jQuery] Re: Loading additional photos after page load

2007-06-04 Thread Jared Hawkins
Then, how would I suppress those images to be loaded after this event from loading on page load? On Jun 4, 10:30 pm, Jared Hawkins <[EMAIL PROTECTED]> wrote: > Like this? > > $(document).ready(function() > > { > for(var i = 0; i { > jQuery(

[jQuery] Re: Loading additional photos after page load

2007-06-04 Thread Jared Hawkins
Like this? $(document).ready(function() { for(var i = 0; i").attr("src", arguments[i]); } } $.preloadImages( "image1.jpg", "image2.jpg", "image3.jpg", "image4.jpg", "image5.jpg", ); On Jun 4, 8:09 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Just add the next set of image elements to the

[jQuery] Re: Changing class on a preceding element by click link in another div

2007-06-04 Thread Jared Hawkins
Karl, I removed the space you spotted and it works! You are awesome! As for the other methods, thanks for sharing. I'll be studying them to understand their approaches. Thanks On Jun 3, 11:23 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Ah ha! I think I see the

[jQuery] Loading additional photos after page load

2007-06-04 Thread Jared Hawkins
I'm using the Innerfade plugin to display a group of testimonial photos and then having them rotate. The problem is that by doing this I get a horrible page load time, as all the photos being used in the Innerfade are being loaded. Is there a method whereby I can load only the first group of phot

[jQuery] SEO and SEF features

2007-05-31 Thread Jared Ritchey
I did a lot of research and still cant find any references to SEO and SEF related details. Does jQuery toss errors in XHTML validators? Is it SEO friendly? ~ Jared