Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <pre><code> &lt;div class="modal-body" align=""&gt; &lt;label&gt;City/place&lt;/label&gt; &lt;div class="input-append"&gt;&lt;input type="text" id="" name=""&gt;&lt;span class="add-on"&gt;&lt;i class="icon-search"&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt; &lt;label&gt;number of people&lt;/label&gt; &lt;div class="input-append"&gt;&lt;input type="text" id="number" name="number"&gt;&lt;/div&gt; &lt;/br&gt; &lt;div data-date-format="dd-mm-yyyy" data-date="12-02-2012" class="input- append date myDatepicker"&gt; &lt;input type="text" value="" size="16" class="span2"&gt; &lt;span class="add-on"&gt;&lt;i class="icon-calendar"&gt;&lt;/i&gt;&lt;/span&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="modal-footer" &gt; &lt;button class="btn btn-secondary" data-dismiss="modal"&gt;Cancel&lt;/button&gt; &lt;button class="btn btn-primary"&gt;Register&lt;/button&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class=""&gt; &lt;a class="btn btn-large btn-success" href="#search_modal" data-toggle="modal"&gt;Book a room ss&lt;/a&gt; &lt;/div&gt; &lt;script src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.0.2/js/bootstrap-datepicker.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt; $( '.myDatepicke' ).datepicker(); &lt;/script&gt; </code></pre> <p>it works for me.</p> <p>p.s. add the whole thing just before you close your body tag</p> <p>probably you also want to look into the <a href="http://www.eyecon.ro/bootstrap-datepicker/" rel="nofollow">this</a> </p> <p>Here is the <a href="http://jsfiddle.net/goromlagche/ymp5D/58/" rel="nofollow">jsfiddle</a> i edited your code check it, it now works perfectly</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload