Modify ↓
Ticket #11271 (closed bug: invalid)
NaN return instead of integer in combination with jquery.actual plugin
| Reported by: | m.adrian@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | misc | Version: | 1.7.2b1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.