Topic: Need help customizing to use datepicker on the back of a card
.picker
that's added as part of the script to the end of the body instead of just below the input field it would work fine. Is that possible to do?
Thanks Bartłomiej Malanowski staff pro premium answered 8 years ago
tiffani pro answered 8 years ago
$('.picker').each(function(index, el) {
var pick = $(this);
$('body').append(pick);
});
This moves the windows and allows the functionality to work. Like I said, messy and not ideal, but it does the job. I haven't found any conflicts with this yet or it affecting other functionality, but it's not been fully tested against everything.
Thanks :) FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No