Can we use jQuery UI Datepicker with Bootstrap Datepicker | jQuery UI?
-
I want to add a date picker to my application. Currently, bootstrap is being used for the front end. If I use jQuery UI standard datepicker http://jqueryui.com/datepicker/, would it interfere with the design or do I need to change the design(CSS or HTML form elements) to accomodate the changes for bootstrap.
-
Answer:
Yes. we can use jQuery UI Datepicker with Bootstrap Datepicker | jQuery UI $('#btn').click(function(){ $(document).ready(function(){ $("#datepicker-my").datepicker().focus(); }); }); You can also refer http://www.eyecon.ro/bootstrap-datepicker/
Asmita Mahamuni at Quora Visit the source
Related Q & A:
- Can i use Shamir's secret sharing scheme for multiplicative homomorphism for secure multiparty computation?Best solution by Cryptography
- Can I use dual monitors?Best solution by Super User
- How can I use SSL with django?Best solution by Stack Overflow
- How do I use jQuery sortable?Best solution by Stack Overflow
- Can you use Microsoft outlook express with yahoo mail. if you can how do you do it?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.