$('.sign_in').closest('#page_canvas').css('marginTop','54px');
This line keeps throwing the error:
Uncaught TypeError: Object #<Object> has no method 'closest'
Other jQuery functions are working fine, such as prependTo, remove, insertBefore. Not sure why the 'closest' function is not working. I spent the entire day researching, but found nothing specific. Any clues would be of great help.
Thanks.