Closed blpraveen closed 9 years ago
Please check this link http://bugs.jquery.com/ticket/12491. Having this issue when using jquery 1.9.1.
By making following changes it seems to work as expected. var itemSize = $itemo.horizontal ? 'outerWidth' : 'outerHeight';
I'm having trouble understanding what is the issue. What's happening? Can you please replicate on jsfiddle or a similar service?
Please check this link http://bugs.jquery.com/ticket/12491. Having this issue when using jquery 1.9.1.
By making following changes it seems to work as expected. var itemSize = $itemo.horizontal ? 'outerWidth' : 'outerHeight';