문제

Hey I am using the datepicker of JQuery in one of my page. It works fine when I check this page separately, but when I try to open this page using bPopup the page does not display at all. When I checked the html source, the page is loading but within a class="b-ajax-wrapper" container div, and display is set to "none". When I remove the "display:none" with help of firebug, it start displaying the page. But now, the date-picker is not working. Can you please point me where I am doing some mistake.

도움이 되었습니까?

해결책

Including both "jquery.min" and "jquery.ui" only in parent HTML page is required, not again in popup page. [Credit: @Manoj]

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top