Re: [jQuery] Input text hover error
Mungbeans schrieb: > > > Mungbeans wrote: >> I just played around with it myself and I'm definitely getting the errors. >> > > > A I just went into the JQuery on the site and it was showing the > old file - hit reload and the new one came up - no problems since so I think > it was a stupid caching error. > > I recommend using the Web Developer which lets you disable the cache very easily. As a web developer you should definatley be doing this. -- Klaus ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Re: [jQuery] Input text hover error
> A I just went into the JQuery on the site and it was showing the > old file - hit reload and the new one came up - no problems since so I think > it was a stupid caching error. Glad to hear it is working :) -- Brandon Aaron ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Re: [jQuery] Input text hover error
Mungbeans wrote: > > I just played around with it myself and I'm definitely getting the errors. > A I just went into the JQuery on the site and it was showing the old file - hit reload and the new one came up - no problems since so I think it was a stupid caching error. -- View this message in context: http://www.nabble.com/Input-text-hover-error-tf2366677.html#a6595482 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Re: [jQuery] Input text hover error
Brandon Aaron wrote: > > What version of Firefox are you using? > 1.5.0.7 I just played around with it myself and I'm definitely getting the errors. -- View this message in context: http://www.nabble.com/Input-text-hover-error-tf2366677.html#a6595460 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Re: [jQuery] Input text hover error
I just played around with it for 5 mins trying everything I could think of including switching tabs, programs, etc but could not make it produce the error. What version of Firefox are you using? Brandon On 10/1/06, Mungbeans <[EMAIL PROTECTED]> wrote: > > Indeed: > > http://clotheshorse.com.au/clotheshorse/content/category/3/21/32/ > http://clotheshorse.com.au/clotheshorse/content/category/3/21/32/ > -- > View this message in context: > http://www.nabble.com/Input-text-hover-error-tf2366677.html#a6595374 > Sent from the JQuery mailing list archive at Nabble.com. > > > ___ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Re: [jQuery] Input text hover error
Indeed: http://clotheshorse.com.au/clotheshorse/content/category/3/21/32/ http://clotheshorse.com.au/clotheshorse/content/category/3/21/32/ -- View this message in context: http://www.nabble.com/Input-text-hover-error-tf2366677.html#a6595374 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Re: [jQuery] Input text hover error
Could you provide an example link? Brandon On 10/1/06, Mungbeans <[EMAIL PROTECTED]> wrote: > > I was having the same problem with the hover function, and applied the patch > as described. I am still getting the error in this situation: > > Hover is applied to a table - works great. However, when in windows I > activate another program (for instance my email or swap between tabs in > firefox) and then return to firefox the page produces the error (without > reloading or doing anything extra). The hover continues to work. > -- > View this message in context: > http://www.nabble.com/Input-text-hover-error-tf2366677.html#a6595322 > Sent from the JQuery mailing list archive at Nabble.com. > > > ___ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Re: [jQuery] Input text hover error
I was having the same problem with the hover function, and applied the patch as described. I am still getting the error in this situation: Hover is applied to a table - works great. However, when in windows I activate another program (for instance my email or swap between tabs in firefox) and then return to firefox the page produces the error (without reloading or doing anything extra). The hover continues to work. -- View this message in context: http://www.nabble.com/Input-text-hover-error-tf2366677.html#a6595322 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Re: [jQuery] Input text hover error
thx2006/10/1, Brandon Aaron <[EMAIL PROTECTED]>: This was actually just fixed in SVN today. Here is the bug report withthe patch if you don't want to get the latest from SVN.http://jquery.com/dev/bugs/bug/222/ --Brandon AaronOn 10/1/06, Rafael Santos <[EMAIL PROTECTED]> wrote:> Hey, this is what what happens> uncaught exception: Permission denied to get property > HTMLDivElement.parentNode>> and this is the lines.> $("#searchform #s").hover(> function(){> $(this).css("backgroundColor","#999").css("border","1px > solid #0c9"); },> function(){> $(this).css("backgroundColor","#666").css("border","1px> solid white"); }> ) >> I couldn't understand oO> hey its the search form in a WP based blog.>> ___> jQuery mailing list> discuss@jquery.com> http://jquery.com/discuss/>>>___jQuery mailing list discuss@jquery.comhttp://jquery.com/discuss/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Re: [jQuery] Input text hover error
This was actually just fixed in SVN today. Here is the bug report with the patch if you don't want to get the latest from SVN. http://jquery.com/dev/bugs/bug/222/ -- Brandon Aaron On 10/1/06, Rafael Santos <[EMAIL PROTECTED]> wrote: > Hey, this is what what happens > uncaught exception: Permission denied to get property > HTMLDivElement.parentNode > > and this is the lines. > $("#searchform #s").hover( > function(){ > $(this).css("backgroundColor","#999").css("border","1px > solid #0c9"); }, > function(){ > $(this).css("backgroundColor","#666").css("border","1px > solid white"); } > ) > > I couldn't understand oO > hey its the search form in a WP based blog. > > ___ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > > > ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Input text hover error
Hey, this is what what happensuncaught exception: Permission denied to get property HTMLDivElement.parentNodeand this is the lines. $("#searchform #s").hover( function(){ $(this).css("backgroundColor","#999").css("border","1px solid #0c9"); }, function(){ $(this).css("backgroundColor","#666").css("border","1px solid white"); } )I couldn't understand oOhey its the search form in a WP based blog. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/