Switch all jquery ui date pickers to normal html input on button clickTagged: jQuery, jQuery UIThis topic has 3 replies, 3 voices, and was last updated 8 years, 9 months ago by Hirendra Sisodiya.Viewing 4 posts - 1 through 4 (of 4 total)AuthorPosts April 14, 2014 at 11:41 am #4921 ShalabhParticipantI have the several date pickers on the my web form. I have one dropdown that contains two options.I have to remove the datepicker functionality completely from all input controls on the drop down selection. Have any idea? September 2, 2014 at 8:54 am #5068 AnkurMemberIf you are using Jquery datepicker then enable/disable will work$("#txtDate").datepicker("disable"); $("#txtDate").datepicker("enable");Ankur September 2, 2014 at 8:56 am #5069 AnkurMemberBut In Some case if will disable entire TextBoxSo you can also use$(“#txtDate”).datepicker(“destroy”); September 2, 2014 at 9:59 am #5070 Hirendra SisodiyaKeymasterIf you have several date time pickers then you need to use the class selectors to remove data time picker functionality to all input controls.$(".txtDate").datepicker("destroy"); AuthorPosts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic.Log In Username: Password: Keep me signed inLog In