Skip to content

Instantly share code, notes, and snippets.

@zualex
Created December 25, 2015 05:15
Show Gist options
  • Save zualex/a9d75e0d8de872fd39d2 to your computer and use it in GitHub Desktop.
Save zualex/a9d75e0d8de872fd39d2 to your computer and use it in GitHub Desktop.
jQuery datepicker - исправление позиционирования
$.extend($.datepicker,{_checkOffset:function(inst,offset,isFixed){return offset}});
$("#datepicker").datepicker();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment