in Education by
When creating a jQuery UI datepicker on a detached div it works fine in Firefox but in Chrome it gets zero height. $('
').datepicker().appendTo('#some-element'); When attaching the div to the document first it works fine: $('
').appendTo('#some-element').datepicker(); However, since the actual code is not that simple (lots of legacy code, so attaching the div before creating its contents is difficult) I'm looking for a solution where the datepicker works even when created on a detached div. Demo: http://jsfiddle.net/ThiefMaster/ZM95R/ JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
This bug has been fixed http://bugs.jqueryui.com/ticket/7552 and will be in the 1.8.15 release of jQuery UI

Related questions

0 votes
    Hello I have a problem witz hiding div. Here is an example (try it only in Chrome) http:// ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 30, 2022 in Education by JackTerrance
0 votes
    A B-tree of order 4 and of height 3 will have a maximum of _______ keys. 1) 255 2) 63 3) 127 4) 188...
asked Dec 23, 2020 in Technology by JackTerrance
0 votes
    Can a reaction have negative or zero activation energy ? Select the correct answer from above options...
asked Jan 4, 2022 in Education by JackTerrance
0 votes
    A material with zero resistivity is said to have (a) Zero conductance (b) Infinite conductance ... by,electromagnetic theory engineering physics,electromagnetic theory nptel...
asked Nov 11, 2021 in Education by JackTerrance
0 votes
    A function N (S) is said to have a pole (or zero) at infinity if the function N (1/S) has a pole ... Questions for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 16, 2021 in Education by JackTerrance
0 votes
    A driving point impedance with zero at ω = 0 and pole at ω = ∞ must have ___________ term in the numerator ... for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 12, 2021 in Education by JackTerrance
0 votes
    A driving point impedance with zero at ω = 0 and pole at ω = ∞ must have ___________ term in the numerator ... for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 12, 2021 in Education by JackTerrance
0 votes
    A driving point impedance with zero at ω = 0 and pole at ω = ∞ must have ___________ term in the denominator ... for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 12, 2021 in Education by JackTerrance
0 votes
    A driving point impedance with pole at ω = 0 and zero at ω = ∞ must have ___________ term in the denominator ... for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 12, 2021 in Education by JackTerrance
0 votes
    A driving point impedance with pole at ω = 0 and zero at ω = ∞ must have ____________ term in the numerator ... for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 12, 2021 in Education by JackTerrance
0 votes
    For some reason, the clickable region for my text is much larger in height than the div and 'a' ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 14, 2022 in Education by JackTerrance
0 votes
    For some reason, the clickable region for my text is much larger in height than the div and 'a' ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 8, 2022 in Education by JackTerrance
0 votes
    have an issue with cocoapods/git. I'm trying to add new pod to the project and get the following ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    For four days now I´ve been trying to perform a query in my database. Heres the problem: I have a ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 23, 2022 in Education by JackTerrance
0 votes
    I am writing a powershell script that will automate a dev environment deployment and I've hit a problem ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 11, 2022 in Education by JackTerrance
...