Skip to content

Instantly share code, notes, and snippets.

@WebSofter
Last active October 3, 2017 05:25
Show Gist options
  • Save WebSofter/7bf80b22ac7deeaac62f2c679042d0a3 to your computer and use it in GitHub Desktop.
Save WebSofter/7bf80b22ac7deeaac62f2c679042d0a3 to your computer and use it in GitHub Desktop.
jQueryUI:jQuery:AJAX: Datapicker в динамически подгружаемом дмалоге #jQueryUI #AJAX #JavaScript
$(document).ready(function(){
$( document.body ).on( 'click', '#datapicker', function() {
//alert("");
$(this).datepicker({showOn:'focus'}).focus();
});
}(jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment