0
我有一個關於yaml css問題的問題。我一直試圖讓一個jQuery日期字段顯示在yaml css字段旁邊,但我可以管理的最佳字段如下:yaml css輸入字段和jQuery日期字段
我希望日期選擇器位於輸入字段而不是它下面。對於你所有你喜歡的人,你知道我能做到嗎?感謝您提前給予的幫助,並對yaml特定問題感到抱歉,但我真的很掙扎。
我使用的HTML是
<form:form class="ym-form" name="shortsAndOversForm" commandName="shortsAndOversForm" method="post">
<div class="ym-fbox" id="weekEndingDateDiv">
<form:label path="weekEndingDate"><spring:message code="label.weekEndingDate"/><sup class="ym-required">*</sup></form:label>
<form:input path="weekEndingDate" class="{required:true}" placeholder="enter a value"/>
</div>
<input id="submitBtn" type="submit" class="ym-button ym-primary" value="<spring:message code="button.runReport"/>" title="<spring:message code="button.runReport" />" />
</form:form>