Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/77.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何为jQueryMobile自动完成搜索结果项设置主题_Jquery_Asp.net_Jquery Mobile_Jquery Autocomplete - Fatal编程技术网

如何为jQueryMobile自动完成搜索结果项设置主题

如何为jQueryMobile自动完成搜索结果项设置主题,jquery,asp.net,jquery-mobile,jquery-autocomplete,Jquery,Asp.net,Jquery Mobile,Jquery Autocomplete,我正在使用文本字段在jquery mobile中搜索自动完成的项目,其工作正常,但搜索结果显示为没有jquery mobile主题。如何为搜索结果实现jquery移动主题。这是搜索结果的图像 输入字段的HTML为 <div data-role="content"> <input type="text" name="name" id="basic" value="" data-mini="true" placeholder="Sel

我正在使用文本字段在jquery mobile中搜索自动完成的项目,其工作正常,但搜索结果显示为没有jquery mobile主题。如何为搜索结果实现jquery移动主题。这是搜索结果的图像

输入字段的HTML为

        <div data-role="content">   
            <input type="text" name="name" id="basic" value="" data-mini="true" placeholder="Select Employee" data-role="listview" data-filter-theme="d" /> 
        </div><

<

ul
而不是
input
,当使用
    时,它不会触发搜索方法