[jQuery] Re: jQuery issues in Firefox 3

2008-07-07 Thread David Webster
On Sun, Jul 6, 2008 at 5:33 PM, Karl Swedberg [EMAIL PROTECTED] wrote: Putting the link (or style) tags before script tags in the head can ameliorate the problem. Others have tested this and have found that they have access to those style properties. Correct - it certainly fixed the original

[jQuery] Re: jQuery issues in Firefox 3

2008-07-06 Thread MorningZ
The problem, as far as I can tell, stems from what appears to be an early execution of the document.ready function - in this case before an external stylesheet has been loaded document.ready fires when the DOM is loaded, it doesn't wait for external things to load, that's the whole point! :-)

[jQuery] Re: jQuery issues in Firefox 3

2008-07-06 Thread Karl Swedberg
Putting the link (or style) tags before script tags in the head can ameliorate the problem. Others have tested this and have found that they have access to those style properties. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 6, 2008, at 8:28 AM,

[jQuery] Re: jQuery issues in Firefox 3

2008-07-05 Thread Florin Miu
I also get these errors when I try to create some DOM objects like -- var deleteButton = $('trtd/tdtdbutton class=delete type=submitspanem'+ settings.remove_text +'/em/ spanbutton/td/tr'); -- the message is [Exception... Component returned failure code:

[jQuery] Re: jQuery issues in Firefox 3

2008-07-05 Thread halabar
FF3 seems to have broken dynamic heights on iframes, and will only take fixed heights. Previously I would use a height of 75% to get the frame to use 75% of the current browser window. Now you have to use fixed measurements. No know fixes yet.

[jQuery] Re: jQuery issues in Firefox 3

2008-06-22 Thread nandu
Dear David, I do not know if this will help but you might try using a timeout of say 250 ms which would means that the page would have loaded. This however is not the best solution. Nandu On Jun 22, 7:05 am, Sebastián V. Würtz [EMAIL PROTECTED] wrote: im getting some errors since i change to

[jQuery] Re: jQuery issues in Firefox 3

2008-06-21 Thread Sebastián V. Würtz
im getting some errors since i change to ff3 [Exception... Component returned failure code: 0x805e000a [nsIXMLHttpRequest.open] nsresult: 0x805e000a (unknown) location: JS frame :: /js/jquery-1.2.1.pack.js :: anonymous :: line 28 data: no]