weixin_33692284 2016-10-21 16:36 采纳率: 0%
浏览 27

自动完成/ Fancybox

I'm trying to integrate the AutoComplete UI into a FancyBox loading AJAX content (An ASP form), and cannot for the life of me get the AutoComplete UI working.

I have it working fine on standard HTML pages (not in FancyBox) but for some reason when I start typing in the designated field, the list of options does not appear.

I don't think its a z-index issue as when I try the form as a standalone page I can see the results in the FireBug debugger but not when I execute it as a FancyBox.

To execute the FancyBox I run this script:

$('.add').on('click', function(){
$.fancybox.open({
    href: "/form.asp",
    type: "ajax",
    helpers : { 
        overlay: {
            css: { 'background': 'rgba(255, 255, 255, 0.5)' }
        }
    },
    afterShow : function() {
        var url = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.js";
        $.getScript( url, function() {
            $( "#name" ).autocomplete({
                source: function( request, response ) {
                    $.ajax({
                        url: "/list.asp",
                        type: "post",
                        dataType: "json",
                        data: {
                            term: request.term
                        },
                        success: function( data ) {
                            response( data );
                        }
                    });
                },
                appendTo: "#search",
                open: function() {
                    var position = $("#search").position(),
                        left = position.left, top = position.top;

                    $(".autocomplete-container > ul").css({left: (left + 20) + "px",
                                            top: (top + 4) + "px" });

                },
                minLength: 2
            });
        }); 
    },
    afterClose : function(){
        location.reload();
    }
});});
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥20 有关区间dp的问题求解
    • ¥15 多电路系统共用电源的串扰问题
    • ¥15 slam rangenet++配置
    • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
    • ¥15 对于相关问题的求解与代码
    • ¥15 ubuntu子系统密码忘记
    • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
    • ¥15 保护模式-系统加载-段寄存器
    • ¥15 电脑桌面设定一个区域禁止鼠标操作
    • ¥15 求NPF226060磁芯的详细资料