Hi jQuery Developer ;
This option specifies which element the autocomplete menu is appended to. By appending the menu to the dialog, the menu should inherit the correct z-index.
Example Syntax :
If your dialog HTML looks like this :
<div>
<input type="submit" id="btnSearch" onclick="showDialog()" />
</div>
<div id="ticket" style="display : none">
<label>name</label><input type="text" id="txtName" name="txtName" /><br/>
<label></label><input type="submit" />
</div>
jQuery syntax :
This option specifies which element the autocomplete menu is appended to. By appending the menu to the dialog, the menu should inherit the correct z-index.
Example Syntax :
If your dialog HTML looks like this :
<div>
<input type="submit" id="btnSearch" onclick="showDialog()" />
</div>
<div id="ticket" style="display : none">
<label>name</label><input type="text" id="txtName" name="txtName" /><br/>
<label></label><input type="submit" />
</div>
jQuery syntax :