datepicker not showing and unable to enter letters in texbox in umbraco 4.7.1.1?
i created a simple control using jquery it is working but if i add another default jquery based datatype like datepicker, it is not showing the datepicker image.and also added textbox.i am not able to enter text if i try to enter the letters it is reloadingautomatically how to solve this?
Maybe your simple control is in conflict with datepicker datatype? If the datepicker doesn't work I think it only shows a textbox so it might be a good idea to check the console for errors.
i used the code $.noConflict(); after that i called jquery function (about datepicker) is there any issue with this?I found that there are 2 types of jquery versions in my umbraco backoffice.how to work with at a time with these 2 versions?
datepicker not showing and unable to enter letters in texbox in umbraco 4.7.1.1?
i created a simple control using jquery it is working but if i add another default jquery based datatype like datepicker, it is not showing the datepicker image.and also added textbox.i am not able to enter text if i try to enter the letters it is reloading automatically how to solve this?
Hello,
Maybe your simple control is in conflict with datepicker datatype? If the datepicker doesn't work I think it only shows a textbox so it might be a good idea to check the console for errors.
Jeroen
hi Jeroen,
i used the code $.noConflict(); after that i called jquery function (about datepicker) is there any issue with this?I found that there are 2 types of jquery versions in my umbraco backoffice.how to work with at a time with these 2 versions?
is working on a reply...