Note that there are some explanatory texts on larger screens.

plurals
  1. POjQuery of Dialog and datepicker
    primarykey
    data
    text
    <pre><code>$(function(){ // Dialog $('#dialog').dialog({ autoOpen: false, width: 600, buttons: { "Ok": function() { $(this).dialog("close"); }, "Cancel": function() { $(this).dialog("close"); } } }); // Dialog Link $('#dialog_link').click(function(){ $('#dialog').dialog('open'); return false; }); //hover states on the static widgets $('#dialog_link, ul#icons li').hover( function() { $(this).addClass('ui-state-hover'); }, function() { $(this).removeClass('ui-state-hover'); } ); }); </code></pre> <p>i m use dialog box jquery in which i want use datepicker it show me outsde of the dialog box.....thats problem....</p> <pre><code> &lt;div id="dialog" title="Find Patient"&gt; &lt;p&gt; &lt;table style="table-layout: fixed; width: 550px;"&gt; &lt;tr&gt; &lt;td&gt;&lt;label class="form-item-label form-item-label-right"&gt;Patient Id :&lt;/label&gt; &lt;/td&gt; &lt;td&gt;&lt;input type="text" name="byId" id="byId" style="width: 90%" /&gt;&lt;/td&gt; &lt;td&gt;&lt;a class="button" href="#"&gt;&lt;span&gt;Find&lt;/span&gt;&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;label class="form-item-label form-item-label-right"&gt;Patient`s Name :&lt;/label&gt;&lt;/td&gt; &lt;td&gt;&lt;input type="text" name="byName" id="byName" style="width: 90%"/&gt;&lt;/td&gt; &lt;td&gt;&lt;a class="button" href="#"&gt;&lt;span&gt;Find&lt;/span&gt;&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;&lt;/td&gt; &lt;td&gt;&lt;input type="text" id="dob" name="dob" style="width: 90%"&gt;&lt;/td&gt; &lt;td&gt;&lt;a class="button" href="#"&gt;&lt;span&gt;Find&lt;/span&gt;&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/p&gt; &lt;/div&gt; </code></pre> <p>when i m use the datepicker Jquery in last row of table in dialog box load my html page Datepicker is load on page first</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.
 

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