elastichq auto connect

$(document).ready(function () {
        $('#connectionURL').focus();
        ajaxloading.hide();
        scrollToTop.activate();

        $("[rel=tipRight]").tooltip();
        $("[rel=popRight]").popover(
                {
                    'trigger': 'hover',
                    'animation': true
                }
        );
        $('#connectionURL').val("http://192.168.1.102:9200")
        $('#connectButton').trigger('click')
    });
posted @ 2016-12-02 16:53  蚂蚁都督  阅读(170)  评论(0编辑  收藏  举报