#11104 closed bug (duplicate)
jquery invalid argument line 7771
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | unfiled | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
i Know there was already a post concerning this error number, but yet no solution.
i have a page which uses jquery, and in older browsers i gat javascript errors.
Message: Invalid argument. Line: 7771 Char: 5 Code: 0 URI: http://photo.melkweb.be/javascript/jquery-1.5.js
which is:
_default: function( fx ) { if ( fx.elem.style && fx.elem.style[ fx.prop ] != null ) { fx.elem.style[ fx.prop ] = (fx.prop === "width" || fx.prop === "height" ? Math.max(0, fx.now) : fx.now) + fx.unit; } else { fx.elem[ fx.prop ] = fx.now; }
As i understand, it has something to with html5 that isnt yet fully supported in jquery? (i tried with the most recent version of jquery 1.7.1, still no success)
what is causing this error and most of al, what is the solution.
thanks for helping me out :-)
Change History (2)
comment:1 Changed 11 years ago by
Priority: | undecided → low |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for submitting a ticket to the jQuery bug tracker. I believe this is a dupe of http://bugs.jquery.com/ticket/10982. Could you please continue posting about it in there? I'll flag the ticket up for review to try getting some further response but we do need to ensure there aren't multiple tickets open for the same issue. Thanks for understanding!