Opened 11 years ago
Closed 11 years ago
#11271 closed bug (invalid)
NaN return instead of integer in combination with jquery.actual plugin
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | misc | Version: | 1.7.2b1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Whilst extracting the width and height of a DIV using the jQuery Actual plugin: https://github.com/dreamerslab/jquery.actual
oImageSize.width = jqImage.actual( 'width' ); oImageSize.height = jqImage.actual( 'height' );
I get the correct integer returned when running https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
but receiving a "NaN" result when running http://code.jquery.com/jquery-1.7.2b1.js
Nothing else changed! I did not dig into this yet, and am not sure if it's rather a jQuery or plugin issue. Just wanted to let you know.
Best of Luck and thanks a bunch!
Change History (1)
comment:1 Changed 11 years ago by
Component: | unfiled → misc |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Unfortunately we are unable to assist with issues related to jQuery plugins. Please contact the plugin author directly and if they're able to discover a specific issue with core we'll be happy to look at this further.