Re: [jQuery] .css("property", "value") -left -right -top -bottom broken in IE

2006-09-18 Thread Shawn Tumey
I could be mistaken Christian, but I seem to remember a discussion from a few weeks ago indicating that css properties with a '-' in them would work if you changed them like: paddingLeft, PaddingRight, etc.Not positive about this, but it should be easy to check. Regards,On 9/18/06, Christian Gove <

Re: [jQuery] checkbox items with same name

2006-09-06 Thread Shawn Tumey
On 9/6/06, Stephen Howard <[EMAIL PROTECTED]> wrote: Shawn's solution below won't work for you because it is searching on idsrather than names, which is what you have.DOH. My bad. Setphen is correct, my solution won't work. I almost never use the name attribute any more, I always use id. I need to

Re: [jQuery] checkbox items with same name

2006-09-06 Thread Shawn Tumey
On 9/6/06, Aljosa Mohorovic <[EMAIL PROTECTED]> wrote: i have 5 checkbox items with same name: and option to select multiple elements with same name must work.$('#form_name').find("[EMAIL PROTECTED]@checked]") gives me onlyone element.how can i use checkbox elements like select tag? Aljosa Mohorov

Re: [jQuery] Issue with adding to tables.

2006-09-02 Thread Shawn Tumey
On 9/2/06, Gordon Heydon <[EMAIL PROTECTED]> wrote: Hi,I have implemented a page where I have jQuery cloning the last row andextending the table,I have the table that I am extending in a div which I use the jq-cornersto make it look pretty.The problem that I am getting is that when the table is ext

Re: [jQuery] help w/ getIfModified

2006-08-29 Thread Shawn Tumey
On 8/29/06, Will Jessup <[EMAIL PROTECTED]> wrote: Matt,Hehe. well jQuery has quite a bit of cool code I just can't seem to getit to work.Firstly it seem the functions $.ajaxStart, $.ajaxComplete etc. areattached globally and triggered when they should be, 2nd it says that there is a 2nd variable f

Re: [jQuery] Is there a simple way to break out of.each(function(){....});

2006-08-18 Thread Shawn Tumey
On 8/18/06, Stephen Howard <[EMAIL PROTECTED]> wrote: Yeah, I had suggested returning an explicit false from your eachfunction should short circuit.  It was an easy add to the jquery sourcetoo, but I believe jq 1.0 is in feature freeze at the moment.-Stephen Dave Methvin wrote:> There was some disc

[jQuery] Is there a simple way to break out of .each(function(){....});

2006-08-18 Thread Shawn Tumey
The subject says it all. ;)-- Shawn TumeyCofounderMT Web Productions LLC ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/