[jQuery] Re: Am i missing something? tis not working in IE

2009-10-20 Thread jessie
Thank-you. It was the trailing comma after "500" Simple but nasty to find! LOL Thanx Jess On Oct 20, 11:12 pm, MorningZ wrote: > Can you be more specific than dumping a bunch of lines of code and > saying "doesn't work"... like can you pin down a general location of > where it might be faili

[jQuery] Re: Am i missing something? tis not working in IE

2009-10-20 Thread MorningZ
Can you be more specific than dumping a bunch of lines of code and saying "doesn't work"... like can you pin down a general location of where it might be failing? one thing that stands out is the use of "enter" as a function name, and IE and reserved words like that don't play nice, try "Enter" o

[jQuery] Re: Am I missing something dumb?

2007-08-10 Thread Karl Swedberg
On Aug 10, 2007, at 11:25 AM, Klaus Hartl wrote: Karl Swedberg wrote: Using $('#myId'), jQuery will only select the first element in the DOM with that id, since there is only supposed to be one. I'd like to note, that it's not even jQuery that is responsible for this behaviour, it's the un

[jQuery] Re: Am I missing something dumb?

2007-08-10 Thread Klaus Hartl
Karl Swedberg wrote: Using $('#myId'), jQuery will only select the first element in the DOM with that id, since there is only supposed to be one. I'd like to note, that it's not even jQuery that is responsible for this behaviour, it's the underlying DOM method document.getElementsById implem

[jQuery] Re: Am I missing something dumb?

2007-08-10 Thread Klaus Hartl
JJ wrote: I am a newbie (and very much a convert) to JQuery but have spent all afternoon bashing my head against a brick wall with this one. I want to show hide (or in the example, change the class) of a single element in an array of DIV's). Whatever I do, I can only reference the first one, a

[jQuery] Re: Am I missing something dumb?

2007-08-10 Thread Karl Swedberg
bbb ccc ddd I think what you're missing is that HTML doesn't allow for multiple elements with the same id. You should try running your page through a validation tool such as the one at http://validator.w3.org/ and try to fix errors in the markup first. Using $('#myId'), jQuery w

[jQuery] Re: Am I missing something dumb?

2007-08-10 Thread Andy Matthews
Have any code you could show us? I'm betting you need to look into the "each" method of jQuery. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JJ Sent: Thursday, August 09, 2007 11:24 AM To: jQuery (English) Subject: [jQuery] Am I missin

[jQuery] Re: Am I missing something?

2007-04-03 Thread Marshall Salinger
Behalf Of Smith, Allex Sent: Tuesday, April 03, 2007 3:03 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Am I missing something? You are a freaking rockstar! Changing this: 54 8 To this: 54 8 Solved the problem. I must now implement some kind of trimming into my code

[jQuery] Re: Am I missing something?

2007-04-03 Thread Smith, Allex
Subject: [jQuery] Re: Am I missing something? You are a freaking rockstar! Changing this: 54 8 To this: 54 8 Solved the problem. I must now implement some kind of trimming into my code. Thank you very much! Allex -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: Am I missing something?

2007-04-03 Thread Smith, Allex
Marshall Salinger Sent: Tuesday, April 03, 2007 2:52 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Am I missing something? Hi Allex, It looks like it was a white-space issue with the numbers in the divs. I have a test case working here: http://salingermultimedia.com/jQuery/graph

[jQuery] Re: Am I missing something?

2007-04-03 Thread Marshall Salinger
ED] On Behalf Of Marshall Salinger Sent: Tuesday, April 03, 2007 1:10 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Am I missing something? Untested, but I am fairly certain that you need to either use a block level element such as a paragraph tag or try setting strong to display:block.

[jQuery] Re: Am I missing something?

2007-04-03 Thread Smith, Allex
mple); Still gives me an empty style attribute. Allex -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Marshall Salinger Sent: Tuesday, April 03, 2007 1:10 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Am I missing something? Untested

[jQuery] Re: Am I missing something?

2007-04-03 Thread Marshall Salinger
Untested, but I am fairly certain that you need to either use a block level element such as a paragraph tag or try setting strong to display:block. -Marshall AllexS wrote: 22 89 jQuery.fn.bargraph = function() { return this.each(function(){ var temp = $(this