Last active
October 3, 2017 05:25
-
-
Save WebSofter/7bf80b22ac7deeaac62f2c679042d0a3 to your computer and use it in GitHub Desktop.
jQueryUI:jQuery:AJAX: Datapicker в динамически подгружаемом дмалоге #jQueryUI #AJAX #JavaScript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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