[jQuery] Re: workaround for IE6 clone(true) bug in jQuery 1.2.2?

2008-05-15 Thread rolfsf
__ > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On May 15, 2008, at 3:04 PM, rolfsf wrote: > > > > > I need to clone a table row, and have run into the IE6 clone(true) bug > > using jQuery 1.2.2. > > I can't upgrade to jQuery 1.2.3 jus

[jQuery] Re: workaround for IE6 clone(true) bug in jQuery 1.2.2?

2008-05-15 Thread Karl Swedberg
g, though. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On May 15, 2008, at 3:04 PM, rolfsf wrote: I need to clone a table row, and have run into the IE6 clone(true) bug using jQuery 1.2.2. I can't upgrade to jQuery 1.2.3 just yet, so I'm wonderin

[jQuery] workaround for IE6 clone(true) bug in jQuery 1.2.2?

2008-05-15 Thread rolfsf
I need to clone a table row, and have run into the IE6 clone(true) bug using jQuery 1.2.2. I can't upgrade to jQuery 1.2.3 just yet, so I'm wondering what the simplest workaround is? I simply want to duplicate the last row of a table. I was using the following:

[jQuery] Dell.com is using jQuery 1.2.2

2008-03-05 Thread Chris Jordan
Just a quick note to say that I noticed today that Dell.com is using jQuery v. 1.2.2 Go to dell.com and look at the source for yourself if you want. It looks like they're using some version of thickbox or something too. Click on "My Account" and a modal-type window comes up for a login. Pretty da

[jQuery] Re: AjaxCFC and jQuery 1.2.2 and above

2008-02-25 Thread Josh Nathanson
alarm! -- Josh - Original Message - From: "Rey Bango" <[EMAIL PROTECTED]> To: Sent: Monday, February 25, 2008 10:57 AM Subject: [jQuery] Re: AjaxCFC and jQuery 1.2.2 and above Hi Josh, Yeah neither Rob nor myself have had time to focus on AjaxCFC due to time constraint

[jQuery] Re: AjaxCFC and jQuery 1.2.2 and above

2008-02-25 Thread Josh Nathanson
Rey, I'll slap together a test page and send another email when it's ready. -- Josh - Original Message - From: "Rey Bango" <[EMAIL PROTECTED]> To: Sent: Monday, February 25, 2008 10:57 AM Subject: [jQuery] Re: AjaxCFC and jQuery 1.2.2 and above Hi J

[jQuery] Re: AjaxCFC and jQuery 1.2.2 and above

2008-02-25 Thread Rey Bango
Hi Josh, Yeah neither Rob nor myself have had time to focus on AjaxCFC due to time constraints. If you have the error, I can take a peak. Rey Josh Nathanson wrote: Hey all, I was working with the new jQuery 1.2.3 over the weekend and noticed that it broke my ajaxCFC installation. I had

[jQuery] AjaxCFC and jQuery 1.2.2 and above

2008-02-25 Thread Josh Nathanson
Hey all, I was working with the new jQuery 1.2.3 over the weekend and noticed that it broke my ajaxCFC installation. I had to roll back to jQuery 1.2.1 before ajaxCFC would work again. Has anyone else noticed this? If so has anyone done a port of ajaxCFC to jQ 1.2.2 and above? It looks l

[jQuery] Re: Problems with $(document).height() and jQuery 1.2.2

2008-02-05 Thread rich
sh the footer to the bottom > > on pages with little/no content (compares document height and viewport > > height). When I upgraded to jQuery 1.2.2 it stopped working. It seems > > like I'm getting unexpected results from $(document).height(). Am I > > missing

[jQuery] Re: Problems with $(document).height() and jQuery 1.2.2

2008-02-05 Thread Scott González
Have you checked $(document.body).height()? On Feb 4, 10:21 am, rich <[EMAIL PROTECTED]> wrote: > On most of my projects I have some js to push the footer to the bottom > on pages with little/no content (compares document height and viewport > height). When I upgraded to jQuery 1

[jQuery] Problems with $(document).height() and jQuery 1.2.2

2008-02-04 Thread rich
On most of my projects I have some js to push the footer to the bottom on pages with little/no content (compares document height and viewport height). When I upgraded to jQuery 1.2.2 it stopped working. It seems like I'm getting unexpected results from $(document).height(). Am I mi

[jQuery] Re: jQuery 1.2.2 compressed to 14.3KB

2008-01-28 Thread Chalkers
Minified and Gzip it is then! On Jan 25, 10:49 am, Eric Martin <[EMAIL PROTECTED]> wrote: > On Jan 25, 6:01 am, "Alexandre Plennevaux" <[EMAIL PROTECTED]> > wrote: > > > arf my bad,  good catch karl :) ,  indeed i meant the packed version ! And > > then i guess whatever's gzipped still needs to b

[jQuery] Re: jQuery 1.2.2 compressed to 14.3KB

2008-01-25 Thread Michael Geary
Browsers do the unzipping in native code. You'd never notice the time it takes, even on a fairly slow machine. The packed version requires a time-consuming unpack operation in JavaScript code, whether it's zipped or not. -Mike _ From: Alexandre Plennevaux arf my bad, good catch ka

[jQuery] Re: jQuery 1.2.2 compressed to 14.3KB

2008-01-25 Thread Eric Martin
On Jan 25, 6:01 am, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > arf my bad, good catch karl :) , indeed i meant the packed version ! And > then i guess whatever's gzipped still needs to be uncompressed by the > browser which means it has a sensible influence on the performance of low > s

[jQuery] Re: jQuery 1.2.2 compressed to 14.3KB

2008-01-25 Thread Alexandre Plennevaux
s, i found that the flash plugin does not work properly if > > u use the gzip version of jquery. > > > > for me, minified is the best. > > > > > > -- Original Message ------ > > To: jQuery (English) (jquery-en@googlegroups.com) > > Fro

[jQuery] Re: jQuery 1.2.2 compressed to 14.3KB

2008-01-25 Thread Karl Swedberg
ied is the best. -- Original Message -- To: jQuery (English) (jquery-en@googlegroups.com) From: Chalkers ([EMAIL PROTECTED]) Subject: [jQuery] jQuery 1.2.2 compressed to 14.3KB Date: 25/1/2008 1:28:40 Hi there, I gzipped the packed version to 14.3KB http://www.port80sof

[jQuery] Re: jQuery 1.2.2 compressed to 14.3KB

2008-01-25 Thread Alexandre Plennevaux
on of jquery. for me, minified is the best. -- Original Message -- To: jQuery (English) (jquery-en@googlegroups.com) From: Chalkers ([EMAIL PROTECTED]) Subject: [jQuery] jQuery 1.2.2 compressed to 14.3KB Date: 25/1/2008 1:28:40 Hi there, I gzipped the packed version to 14.3KB

[jQuery] Re: jQuery 1.2.2 compressed to 14.3KB

2008-01-24 Thread Joel Birch
Hi Andrew, This is the same question as the one posted here just yesterday. Here's the thread: http://groups.google.com/group/jquery-en/browse_thread/thread/37ffb480aea5c5d0 I replied to that thread and mentioned that the packed version (but not the minified version) still needs to be 'eval'd by

[jQuery] jQuery 1.2.2 compressed to 14.3KB

2008-01-24 Thread Chalkers
Hi there, I gzipped the packed version to 14.3KB http://www.port80software.com/tools/compresscheck.asp?url=http%3A%2F%2Falpha.chalkley.org%2Fjquery%2Fjquery-1.2.2.pack.js Whereas the minified one is 15.3KB http://www.port80software.com/tools/compresscheck.asp?url=http%3A%2F%2Falpha.chalkley.org%

[jQuery] jquery 1.2.2, ifixpng plugin, and IE6

2008-01-23 Thread cfdvlpr
It appears to me that the new version of jQuery does a better job in fixing png images in IE6 when using the ifixpng plugin. With jQuery 1.2.1, png images would occasionally get distorted in IE 6. Can anyone think of why this might be?

[jQuery] chili and jquery 1.2.2

2008-01-22 Thread GianCarlo Mingati
Hi all. I tried to upgrade to jQ 1.2.2 but unfortunately the Chili syntax highlighter have some problem with the new version of jQuery. Anyone else got any issue too? Or is there something i am missing? Ciao GC

[jQuery] Re: jquery 1.2.2 and animate()

2008-01-21 Thread besh
Hi Stefan, try this one: http://plugins.jquery.com/project/color -- Bohdan Ganicky On Jan 21, 1:21 pm, "Stefan Kilp [sk-software]" <[EMAIL PROTECTED]> wrote: > hi, > > what is the best way to animate background-color with jquery. > > i tried > > $j(this).animate({backgroundColor:"#ff"}, 200

[jQuery] Re: jquery 1.2.2 and animate()

2008-01-21 Thread Cloudream
try official color plugin http://plugins.jquery.com/project/color On Jan 21, 8:21 pm, "Stefan Kilp [sk-software]" <[EMAIL PROTECTED]> wrote: > hi, > > what is the best way to animate background-color with jquery. > > i tried > > $j(this).animate({backgroundColor:"#ff"}, 2000) > > to get a red

[jQuery] Re: jquery 1.2.2 and animate()

2008-01-21 Thread chrismarx
yeah, the color plugin, its sweet. http://plugins.jquery.com/project/color On Jan 21, 7:21 am, "Stefan Kilp [sk-software]" <[EMAIL PROTECTED]> wrote: > hi, > > what is the best way to animate background-color with jquery. > > i tried > > $j(this).animate({backgroundColor:"#ff"}, 2000) > > to

[jQuery] jquery 1.2.2 and animate()

2008-01-21 Thread Stefan Kilp [sk-software]
hi, what is the best way to animate background-color with jquery. i tried $j(this).animate({backgroundColor:"#ff"}, 2000) to get a red background, but it doesn't work. do i have to use any plugins? thanks stefan -- Stefan Kilp SK-Software, Entwicklung & Beratung email: [EMAIL PROTECTED

[jQuery] Re: jQuery 1.2.2 Rev: 4454 and jquery-nightly.pack throwing errors?

2008-01-20 Thread Geoff Millikan
Sorry about raising the alarm, I should have checked all the plugin's before posting. Thank you.

[jQuery] Re: jQuery 1.2.2 Rev: 4454 and jquery-nightly.pack throwing errors?

2008-01-19 Thread John Resig
You're using an old version of liveQuery - you've gotta upgrade to 1.0.2: http://plugins.jquery.com/project/livequery --John On Jan 19, 2008 1:15 PM, Geoff Millikan <[EMAIL PROTECTED]> wrote: > > This has got to be some error on my side but in case it isn't, I'm > seeing the below errors in FF2.

[jQuery] jQuery 1.2.2 Rev: 4454 and jquery-nightly.pack throwing errors?

2008-01-19 Thread Geoff Millikan
This has got to be some error on my side but in case it isn't, I'm seeing the below errors in FF2.0.0.11 with Firebug 1.05 at http://www.t1shopper.com/voip/ so I'm switching back to jQuery 1.2.1 Rev: 3353 this.setArray is not a function http://www.t1shopper.com/ssi/jquery/jquery.pack.js Line 6 $

[jQuery] Trouble with jQuery 1.2.2 and Drupal 6

2008-01-17 Thread momendo
We're rushing to get jQuery 1.2.2 into Drupal 6 core before it is released. However we're having some problems due to some of the changes introduced. Anybody with any insight to the changes, we could use the help! http://drupal.org/node/210131 1. .clone() is breaking Drupal's

[jQuery] Re: jQuery 1.2.2 Event API

2008-01-17 Thread Jörn Zaefferer
John Beppu schrieb: Could you briefly explain what the jquery.delegate plugin does?' (I'm curious.) I wrote that for the validation plugin. It allows me to listen for focus and blur events on the form, which normally doesn't work because focus and blur don't bubble. It also simplifies bindi

[jQuery] Re: jQuery 1.2.2 Event API

2008-01-16 Thread cfdvlpr
How much different is it expected to be than the current one here: http://jquery.com/api/

[jQuery] Re: jQuery 1.2.2 Event API

2008-01-16 Thread John Beppu
Could you briefly explain what the jquery.delegate plugin does?' (I'm curious.) --beppu On Jan 16, 2008 11:23 AM, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > > There are no docs yet (you're welcome to write something in the wiki), > though there is another example using it, which is a bit diffe

[jQuery] Re: jQuery 1.2.2 Event API

2008-01-16 Thread Jörn Zaefferer
Collin Allen schrieb: Congrats jQuery Team on the release of 1.2.2! I'm interested in the new Event API that was briefly mentioned in the release notes -- is there a place for full (or in-progress) documentation on it? it sounds like the sort of thing that could be quite useful in some current

[jQuery] jQuery 1.2.2 Event API

2008-01-16 Thread Collin Allen
Congrats jQuery Team on the release of 1.2.2! I'm interested in the new Event API that was briefly mentioned in the release notes -- is there a place for full (or in-progress) documentation on it? it sounds like the sort of thing that could be quite useful in some current projects. Thanks!

[jQuery] Re: jQuery 1.2.2 Released: Happy 2nd Birthday!

2008-01-15 Thread David Serduke
> Subject line says "1.1.2". Thought this was a parody post.. :) =P

[jQuery] 1.2.2 Released 20 minutes ago

2008-01-15 Thread Up-Works
http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.2.2.pack.js

[jQuery] Re: jQuery 1.2.2? btw...

2008-01-08 Thread [EMAIL PROTECTED]
LOL! jQuery 1.2.2 FTW!!! XD On Jan 8, 12:53 am, polyrhythmic <[EMAIL PROTECTED]> wrote: > On Jan 7, 8:27 am, "[EMAIL PROTECTED]" > > <[EMAIL PROTECTED]> wrote: > > I'm using the beta and it's much more performant than the 1.2.1 and I > > got n

[jQuery] Re: jQuery 1.2.2? btw...

2008-01-07 Thread polyrhythmic
are typos in your subject line, it should read: jQuery 1.2.2, ftw!!! ... ;-) Charles

[jQuery] jQuery 1.2.2? btw...

2008-01-07 Thread [EMAIL PROTECTED]
I'm using the beta and it's much more performant than the 1.2.1 and I got no bugs so far... some intensive js scripts have decreased my cpu load to even half in some cases, I wonder when it is going to be released I'm curious on what is going to come up other than performance tweaks :D wish you

[jQuery] 1.2.2--strictly bug fixes and optimizations? Or have features been added?

2007-12-31 Thread [EMAIL PROTECTED]
Is 1.2.2 a cleaner 1.2.1? Or are there some new features as well? Is there a roadmap somewhere? What's next? 1.3 or 2.0?

[jQuery] Re: Help Test jQuery 1.2.2 (beta 2)

2007-12-20 Thread nathandh
> We've landed about 20 more bug fixes since the previous 1.2.2 beta and > we'd like to do a quick sanity check before we go live. John, is there any formal procedures for beta testers? I'd be happy to lend a hand, but I'm not really sure what you're looking for... Thanks, Nathan

[jQuery] Re: Help Test jQuery 1.2.2 (beta 2)

2007-12-20 Thread Byron
So many bug fixes! keep up the great work guys, would be nice to get these (http://dev.jquery.com/ticket/2079) fixed up though :D Merry xmas to all jQuery team/community! Byron

[jQuery] Help Test jQuery 1.2.2 (beta 2)

2007-12-20 Thread John Resig
Hi Everyone - We've landed about 20 more bug fixes since the previous 1.2.2 beta and we'd like to do a quick sanity check before we go live. http://code.jquery.com/jquery-1.2.2b2.js Please pay special attention to $(document).ready() in Safari 3 and Opera 9, .height() and .width(), and IE garba

[jQuery] Re: Help Test jQuery 1.2.2

2007-12-19 Thread John Resig
We'll see - we're finishing up some last minute bugs. We have a big change about to land, so we might do a quick beta 2 sanity check before going live. --John On Dec 19, 2007 6:31 PM, cfdvlpr <[EMAIL PROTECTED]> wrote: > > Is the full release expected today or tomorrow? >

[jQuery] Re: Help Test jQuery 1.2.2

2007-12-19 Thread cfdvlpr
Is the full release expected today or tomorrow?

[jQuery] Re: Help Test jQuery 1.2.2

2007-12-17 Thread John Resig
gZ <[EMAIL PROTECTED]> wrote: > > > > > > John, > > > > > > Is there anything out there that points out the differences between > > > 1.2 and this new version? > > > > > > I just went through browsing the Wiki and didn't see a

[jQuery] Re: Help Test jQuery 1.2.2

2007-12-17 Thread Richard D. Worth
nd didn't see anything like > > that > > > > > > > > > > > > On Dec 16, 9:47 pm, "John Resig" <[EMAIL PROTECTED]> wrote: > > > Hey Everyone - > > > > > > We just pushed a beta copy of jQuery 1.2.2 live. We'd

[jQuery] Re: Help Test jQuery 1.2.2

2007-12-17 Thread tlphipps
e that points out the differences between > > 1.2 and this new version? > > > I just went through browsing the Wiki and didn't see anything like > > that > > > On Dec 16, 9:47 pm, "John Resig" <[EMAIL PROTECTED]> wrote: > > > Hey

[jQuery] Re: Help Test jQuery 1.2.2

2007-12-17 Thread John Resig
between > 1.2 and this new version? > > I just went through browsing the Wiki and didn't see anything like > that > > > > > > On Dec 16, 9:47 pm, "John Resig" <[EMAIL PROTECTED]> wrote: > > Hey Everyone - > > > > We just pushed a b

[jQuery] Re: Help Test jQuery 1.2.2

2007-12-17 Thread MorningZ
John, Is there anything out there that points out the differences between 1.2 and this new version? I just went through browsing the Wiki and didn't see anything like that On Dec 16, 9:47 pm, "John Resig" <[EMAIL PROTECTED]> wrote: > Hey Everyone - > > We jus

[jQuery] Help Test jQuery 1.2.2

2007-12-16 Thread John Resig
Hey Everyone - We just pushed a beta copy of jQuery 1.2.2 live. We'd love for everyone to help test this release and make sure that it's in tip-top shape. Please use the unpacked version, it'll make it easier for us to spot/close bugs. http://code.jquery.com/jquery-1.2.2b.js

[jQuery] 1.2.2

2007-11-27 Thread KidsKilla
Hi All! Can you answer me a question, when it is planned to release the version 1.2.2?