How to enable fcbkcomplete in dialog Jquery
Posted
by bengbung
on Stack Overflow
See other posts from Stack Overflow
or by bengbung
Published on 2010-04-13T13:34:45Z
Indexed on
2010/04/13
13:43 UTC
Read the original article
Hit count: 236
jQuery
Hi all,
I use autocomplete plugin: http://www.emposha.com/javascript/fcbkcomplete.html
its work fine in page, but search result not showing when i place in dialog box (iam use Jquery UI).
Please somebody help me... i have change z-index in style.css but this problem not gone.
<select id="select1" name="select1">
<option value="test1">test1</option>
<option value="test3">test2</option>
<option value="test4">test3</option>
</select>
<script type="text/javascript">
$(function() {
$("#select1").fcbkcomplete();
});
</script>
© Stack Overflow or respective owner