I am using the ui.selectmenu plugin found here: https://github.com/fnagel/jquery-ui/wiki/Selectmenu
I am all of a sudden seeing a bug in one of my pages and I can't replicate it anywhere else. I have never seen this bug so it's driving me nuts. I'm going to try and fiddle this but was wondering if anyone can recognize this issue:
$('#classname-menu').css('top'); // returns 839.46px
$('#classname-menu')[0].style.top; // returns -858154px
If I run $('#classname-menu').css( 'top', '839.46px' );
it moves to the right place.