I experience this problem: jQuery.dimensions method innerHeight() called on $(window) in Firefox 3 throws [Exception... "Could not convert JavaScript argument arg 0 [nsIDOMViewCSS.getComputedStyle]" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame :: http://localhost/tencora-ir/common/jquery-1.2.6.min.js :: anonymous :: line 22" data: no] I'm not sure if it's jquery or jquery.dimensions error, in fact. Is it a known problem? Has anyone have it? Solved it? Cheers, Artur --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Plugins" group. To post to this group, send email to [hidden email] To unsubscribe from this group, send email to [hidden email] For more options, visit this group at http://groups.google.com/group/jquery-plugins?hl=en -~----------~----~----~----~------~----~------~--~--- |
There isn't an innerHeight for window. Just use $(window).height(). -- Brandon Aaron
On Wed, Nov 19, 2008 at 12:04 PM, Artur <[hidden email]> wrote:
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Plugins" group. To post to this group, send email to [hidden email] To unsubscribe from this group, send email to [hidden email] For more options, visit this group at http://groups.google.com/group/jquery-plugins?hl=en -~----------~----~----~----~------~----~------~--~--- |
I get the same error even when using $(window).height() Anyone find a solution? On Nov 19, 11:27 am, "Brandon Aaron" <[hidden email]> wrote: > There isn't an innerHeight for window. Just use $(window).height(). > > -- > Brandon Aaron > > On Wed, Nov 19, 2008 at 12:04 PM, Artur <[hidden email]> wrote: > > > I experience this problem: > > jQuery.dimensions method innerHeight() called on $(window) in Firefox > > 3 throws > > > [Exception... "Could not convert JavaScript argument arg 0 > > [nsIDOMViewCSS.getComputedStyle]" nsresult: "0x80570009 > > (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame :: > >http://localhost/tencora-ir/common/jquery-1.2.6.min.js:: anonymous :: > > line 22" data: no] > > > I'm not sure if it's jquery or jquery.dimensions error, in fact. > > > Is it a known problem? Has anyone have it? Solved it? > > > Cheers, > > > Artur You received this message because you are subscribed to the Google Groups "jQuery Plugins" group. To post to this group, send email to [hidden email] To unsubscribe from this group, send email to [hidden email] For more options, visit this group at http://groups.google.com/group/jquery-plugins?hl=en -~----------~----~----~----~------~----~------~--~--- |
What version of jQuery are you using? Do you have a url that I could see the error happening?
-- Brandon Aaron
On Tue, Dec 2, 2008 at 2:44 PM, pixelhandler <[hidden email]> wrote:
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Plugins" group. To post to this group, send email to [hidden email] To unsubscribe from this group, send email to [hidden email] For more options, visit this group at http://groups.google.com/group/jquery-plugins?hl=en -~----------~----~----~----~------~----~------~--~--- |
Free forum by Nabble | Edit this page |