[jQuery] Re: iframe bug document.defaultView.getComputedStyle(elem,null)

2007-11-12 Thread Geoffrey
I think this this is covered by bug 1661 http://dev.jquery.com/ticket/1661 I just ran into this problem as well. Hopefully it will be addressed soon. On Oct 10, 11:41 pm, Skilip [EMAIL PROTECTED] wrote: Hi, I found a bug with jQuery version 1.2. It concerns the following error generated by

[jQuery] Re: iframe bug document.defaultView.getComputedStyle(elem,null)

2007-11-12 Thread Geoffrey
As a quick fix for this problem, you can make a plugin (I think this would classify as a plugin) just add the following after you include jquery jQuery.extend({ curCSS: function(elem, prop, force) { var ret, stack = [], swap = []; // A helper method for

[jQuery] New Google Browser announced

2008-09-01 Thread Geoffrey
http://news.cnet.com/8301-17939_109-10029974-2.html?tag=mncol;txt Looks like we have another browser to contend with.

[jQuery] Re: New Google Browser announced

2008-09-01 Thread Geoffrey
Karl Swedbergwww.englishrules.comwww.learningjquery.com On Sep 1, 2008, at 10:44 PM, Geoffrey wrote: http://news.cnet.com/8301-17939_109-10029974-2.html?tag=mncol;txt Looks like we have another browser to contend with.

[jQuery] Re: Order of elements in a jquery object

2008-10-01 Thread Geoffrey
Great. That is what I thought and was hoping for. Thank you for the info -Geoff On Oct 1, 7:00 pm, Mike Alsup [EMAIL PROTECTED] wrote: I make a query, say using a class selector. I will get a jquery object back. I can iterate over that object using each(). Is there a guaranteed order

[jQuery] Questions about $.live, Live Query and performance

2009-04-19 Thread Geoffrey
$.live and Live Query are both wonderful. I am hoping to put them to extensive use in my projects. I have a few questions about $.live and Live Query and their effect on performance. Background: If I recall correctly, the original release of Live Query could have some performance problems. I

[jQuery] Re: Questions about $.live, Live Query and performance

2009-04-20 Thread Geoffrey
Just bumping this from the weekend Again, Thanks On Apr 19, 9:16 am, Geoffrey geoffreykjqu...@gmail.com wrote: $.live and Live Query are both wonderful. I am hoping to put them to extensive use in my projects. I have a few questions about $.live and Live Query and their effect

[jQuery] How long does it take to download jquery?

2009-07-07 Thread Geoffrey
Simple question, and I know the answer is not simple. How long does it take to download jquery? Does anyone have any numbers that would shed some light on this? I know that there are many variables, but does anyone have any numbers reflecting how long it would take, for example, the 85th

[jQuery] Re: How long does it take to download jquery?

2009-07-07 Thread Geoffrey
on their browser or not - Are they caching? How could someone give an 85th percentile with all that figured in?   Impossible On Jul 7, 3:30 pm, Geoffrey geoffreykjqu...@gmail.com wrote: Simple question, and I know the answer is not simple. How long does it take to download jquery? Does anyone

[jQuery] Re: How long does it take to download jquery?

2009-07-07 Thread Geoffrey
/subjective numbers that mean nothing On Jul 7, 5:25 pm, Geoffrey geoffreykjqu...@gmail.com wrote: Yep, I know this is very subjective. What I am wondering is if anyone has actually tried to quantify this in anyway. something along the lines of XX% of some set of internet users has a download

[jQuery] Re: How long does it take to download jquery?

2009-07-07 Thread Geoffrey
://www.karpach.com/yslow-and-asp-net-100-points-a-grade.htm not imaginary/subjective numbers that mean nothing On Jul 7, 5:25 pm, Geoffrey geoffreykjqu...@gmail.com wrote: Yep, I know this is very subjective. What I am wondering is if anyone has actually tried to quantify

[jQuery] Validate: Focus on first invalid field after validation

2009-09-08 Thread Geoffrey
I've been building up my validation using the jquery validation plugin but I can't work out how to get a failed validation to default the focus to the first invalid input rather than to the last selected input. If there is no input field selected, when I submit then a failed validation will

[jQuery] Re: Validate Plugin - Charcode Warning in Firebug

2009-09-09 Thread Geoffrey
My first question is why are you using a development version of Firebug? I copied and pasted the jQuery example into an html file and tested it and I get no error in FF 3.5.2 with the current release version of Firebug 1.4.2 Secondly, why are there 2 class declarations in your original input

[jQuery] Re: Validate: Focus on first invalid field after validation

2009-09-15 Thread Geoffrey
with keeping the focus on the active field, if its invalid? If you enter something into the, say, third field, hit enter to submit, then it turns out both that field and another before that are invalid, why move the focus to a different field? Jörn On Tue, Sep 8, 2009 at 4:47 AM, Geoffrey

[jQuery] Re: Validate: Focus on first invalid field after validation

2009-09-15 Thread Geoffrey
. That should do the trick. Jörn On Tue, Sep 15, 2009 at 10:01 PM, Geoffrey geoffreydhug...@gmail.com wrote: And what if you enter an invalid character in an input at the bottom of the field? For example entering a letter in the Conference Dinner input of my sample form. A user is going

[jQuery] Re: Validate: Focus on first invalid field after validation

2009-09-15 Thread Geoffrey
, Sep 15, 2009 at 10:24 PM, Geoffrey geoffreydhug...@gmail.com wrote: I guess I'm going to have too.  I just need to work out how to return the first invalid field so I can set the focus. On Sep 16, 8:16 am, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: Well, you can set

[jQuery] Re: Validate: Focus on first invalid field after validation

2009-09-15 Thread Geoffrey
having invalid fields. You can test it out using my sample form from the OP. On Sep 16, 8:37 am, Geoffrey geoffreydhug...@gmail.com wrote: Damn.  I always forget about :first. Thanks. On Sep 16, 8:34 am, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: Something like this? $(form

[jQuery] Re: Validate: Focus on first invalid field after validation

2009-09-15 Thread Geoffrey
reproduce that. Seems to work fine for me. Jörn On Tue, Sep 15, 2009 at 11:40 PM, Geoffrey geoffreydhug...@gmail.com wrote: Hmmm...I tried this but I discovered on the first submit that it doesn't focus the first invalid field but it will if I hit return to submit again. Also, when hitting

[jQuery] Re: Validate: Focus on first invalid field after validation

2009-09-15 Thread Geoffrey
blank. It doesn't resolve the issue of the first submit still focusing on the last field focused and the second submit then moving the focus. On Sep 16, 10:00 am, Geoffrey geoffreydhug...@gmail.com wrote: Not for me. In Safari 4 and Firefox 3.5.3 under Snow Leopard and Firefox 3.5.3 under XP

[jQuery] Re: Promoting jQuery the WRONG way

2007-04-04 Thread Geoffrey Knutzen
Not a bad tag-line: Keep on coding and don't be lame -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jake McGraw Sent: Wednesday, April 04, 2007 1:57 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Promoting jQuery the WRONG way Rey:

[jQuery] Png fix for ie 6

2007-04-05 Thread Geoffrey Knutzen
Is there a jquery plugin for fixing .png images in IE 6? Thanks -Geoff

[jQuery] RE: Simple selector question

2007-04-09 Thread Geoffrey Knutzen
Again, Press send, find answer. I answered my own question $(table).css(borderCollapse,collapse) I had led myself down the wrong path and was totally lost Thanks anyway -Original Message- From: Geoffrey Knutzen [mailto:[EMAIL PROTECTED] Sent: Monday, April 09, 2007 1:27 PM

[jQuery] Re: hasClass

2007-04-17 Thread Geoffrey Knutzen
Aaron On 4/17/07, Geoffrey Knutzen [EMAIL PROTECTED] wrote: How can I test if an element has a specific class? If I have div class=foo bar How can I check if the element has class=bar Seems like it should be easy, but I am having troubles. Thanks -Geoff

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Geoffrey Knutzen
Instead of hiding the box, perhaps there could be an option to display a message in the box that there are no matches to the users current input. In situations where the user must select from the list (the input will have to pass validation later) this could be helpful. -Original

[jQuery] Re: Interface Slider - Clicks don't trigger onChange event

2007-04-23 Thread Geoffrey Knutzen
If you can get by without the ability to click on the slider to get the handle to move, you might try a real ugly hack. You can put two handles on the slider, and then hide the first handle. Only the first handle is affected by clicking on the slider. It is ugly, but might solve your problem.

[jQuery] Re: Interface Slider - Clicks don't trigger onChange event

2007-04-23 Thread Geoffrey Knutzen
solution probably. Any ideas? :) On Apr 23, 5:21 pm, Geoffrey Knutzen [EMAIL PROTECTED] wrote: If you can get by without the ability to click on the slider to get the handle to move, you might try a real ugly hack. You can put two handles on the slider, and then hide the first handle. Only

[jQuery] Memory leak in Interface:Sliders?

2007-05-14 Thread Geoffrey Knutzen
I just opened up http://interface.eyecon.ro/demos with drip and there seems to be a number of leaks. Or is this a problem with drip? -Geoff

[jQuery] Re: Small delay in animate function - how can I fix it?

2007-05-16 Thread Geoffrey Knutzen
Have you found any info about this? I am seeing this too _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Tuesday, May 15, 2007 6:38 AM To: jquery-en@googlegroups.com Subject: [jQuery] Small delay in animate function - how can I fix it?

[jQuery] extra parameter at the end of .click() in older code

2007-05-30 Thread Geoffrey Knutzen
I am using some code written a few months ago by another developer. It is in this form: $('#someId').click(function () { /*do some stuff here*/ }, false); What is the purpose of the false attribute after the function? Is that some sort of deprecated functionality or just a mistake? Thanks

[jQuery] Re: Determining show / hide state

2007-05-30 Thread Geoffrey Knutzen
Wow, .is saves the day again. That little guy always gets me. http://docs.jquery.com/DOM/Traversing#is.28_expr_.29 Is there a more extensive list of what could be done with .is? _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sent: Wednesday, May 30,

[jQuery] Re: Interface: More slider problems, restricted and fractions together

2007-06-14 Thread Geoffrey Knutzen
for a flight. You can pull it all apart some with firebug. Sorry I couldn't help you further. But I do feel your frustration -Geoffrey -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Sent: Thursday, June 14, 2007 3:14 AM To: jQuery (English

[jQuery] Re: Need help with a jQuery Conflict

2007-06-20 Thread Geoffrey Knutzen
I had some troubles with jquery and Omniture a while back. I wasn't the one who solved the problem and that dev has moved on. Sorry I can't be of more help, but I do feel your pain. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of AJ Sent:

[jQuery] thickbox, lightbox jqModal, reloaded, dim screen...

2007-07-10 Thread Geoffrey Knutzen
I have a new project on my plate to create an interface similar to Netflix, basically, a lightbox effect. By its very nature, the content in the lightbox will be in the form of an Iframe. Which plug in would be recommended? There seems to be a number of them that do similar effects. I am

[jQuery] bgiframe broken by 1.1.3.1

2007-07-11 Thread Geoffrey Knutzen
I don't have a bullet-proof test of this yet, but it seems that bgiframe no longer works with 1.1.3.1. Can anyone else confirm? I don't know why yet. I, for one, really need this plug in -Geoffrey

[jQuery] Re: bgiframe broken by 1.1.3.1

2007-07-12 Thread Geoffrey Knutzen
Thank you kindly _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brandon Aaron Sent: Wednesday, July 11, 2007 9:21 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: bgiframe broken by 1.1.3.1 Hey Geoffrey, Feel free to grab the latest from SVN

[jQuery] How to get the entire width of a page

2007-07-13 Thread Geoffrey Knutzen
Seems simple. How do I calculate the entire width of a page, even when there are scroll bars? I am using the dimensions plug in ($(html).innerWidth(); $(html).width()); ($(body).innerWidth(); $(body).width()); ($(document).innerWidth(); $(document).width()); All seem to return the

[jQuery] Re: How to get the entire width of a page

2007-07-13 Thread Geoffrey Knutzen
Cool, Thanks -Geoff _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brandon Aaron Sent: Friday, July 13, 2007 9:35 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: How to get the entire width of a page Hey Geoffrey, That is a nasty bug

[jQuery] Re: dev tip: combining JS script files

2007-07-16 Thread Geoffrey Knutzen
A couple of weeks ago, I attended a talk by Steve Souders http://stevesouders.com/ He is Chief Performance Yahoo! He has a new book coming out about performance on the web. One of his points was to include Javascript at the bottom of the page. But even he admitted that this is not practical in

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Geoffrey Knutzen
Remember, the two words must be less than a total of 20 characters (compressed) :) -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Duymelinck Sent: Wednesday, August 01, 2007 6:41 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re:

[jQuery] bookmarklet iframe question

2007-08-01 Thread Geoffrey Knutzen
I am writing a bookmarklet for my own debugging needs. I am trying to get the innerHTML (or other properties) for all elements with a specific classname that are in an Iframe with a specific id. What is the syntax to do a query like this? Thanks -Geoffrey

[jQuery] Re: bookmarklet iframe question

2007-08-01 Thread Geoffrey Knutzen
_ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: Wednesday, August 01, 2007 12:37 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: bookmarklet iframe question Hi Geoffrey, I don't know much about iFrames, but Daemach put together

[jQuery] Re: New Yahoo Minifier - YUI Compressor

2007-08-14 Thread Geoffrey Knutzen
I went to a short talk by Steve Souders, the Chief Performance Yahoo. He has done a bunch of investigation on performance at Yahoo and has come up with his 13 rules for better performance. And has written a book about it. http://developer.yahoo.com/performance/rules.html His research showed

[jQuery] Re: Interface slider - get value of multiple handles

2007-08-15 Thread Geoffrey Knutzen
I don't think you can get both values using onSlide(). You need to keep track of both values somewhere else and update those values as you slide. It gets tricky when the sliders cross, but you can work through it -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL

[jQuery] Selecting relative or absolute positioned elements

2007-09-14 Thread Geoffrey Knutzen
Inside a given div, say of id #test, how do I select all elements that have relative or absolute positioning? Can't figure this one out Thanks -Geoff

[jQuery] RE: Selecting relative or absolute positioned elements

2007-09-18 Thread Geoffrey Knutzen
-Bump- Anyone have any ideas? _ From: Geoffrey Knutzen [mailto:[EMAIL PROTECTED] Sent: Friday, September 14, 2007 3:24 PM To: 'jquery-en@googlegroups.com' Subject: Selecting relative or absolute positioned elements Inside a given div, say of id #test, how do I select all

[jQuery] Re: Enterprise Javascript?

2007-09-26 Thread Geoffrey Knutzen
In a former life, I worked at a startup that was doing just that. Giving database access to server-side javascript. Worked pretty well too. The company died during the dot-com bust, but the remnants live on as a company called Dataweb. http://www.dataweb.com/default.view You can sign up for

[jQuery] detecting height change in an iframe

2007-09-28 Thread Geoffrey Knutzen
I am trying to write a function to autosize an iframe so that the iframe expands it's height to the height of the page the iframe contains. I have been successful in getting the iframe to resize when a page is loaded into the iframe. My problem is what to do when that page is dynamic and

[jQuery] Order of elements in a jquery object

2008-10-01 Thread Geoffrey Knutzen
I make a query, say using a class selector. I will get a jquery object back. I can iterate over that object using each(). Is there a guaranteed order that the elements in this object will be exposed in the each loop? If so, what is it? I have looked around and I can't seem to find this

[jQuery] Help with jquery on my website

2010-01-27 Thread Geoffrey Gordon
http://www.blazewebstudio.co.za/Network_2/index.html please help me with the j-query problems on the top horizontal and the side vertical accordion, it bounces and the overflow is out of whack. Also the menu is sometimes strange if you go over it too fast, I Know too many problems but please