Jump to content
Korean Random

Проблема с заходом на сайт XVM


Recommended Posts

Приветствую всех. Собственно проблема следующая: захожу на  http://www.modxvm.com, нажимаю ВОЙТИ и .... ничего не происходит. Смена браузера не помогла. Подскажите в чем причина?

Link to comment
Short link
Share on other sites

Ссылка открылась, ХОТЯ и с вопросом.

Содержимое типа:

 

"

(function($) {
    var selectBoxType = 'combobox_with_optgroup';

    $.widget("custom.combobox_with_optgroup", {
        _create: function() {
            $.extend($.ui.menu.prototype.options, {
                items: "> :not(.autocomplete-category)"
            });
            this.wrapper = $("<span>")
                .addClass("combobox")
                .insertAfter(this.element);
            this.element.hide();
            this._createAutocomplete();
            this._createShowAllButton();
        },
        _createAutocomplete: function() {
            var selected = this.element.find(":selected"),
                value = window.xvm.countryName || "";

 

 

...................   и так далее. Много текста непонятного :)

 

Javascript  разрешен.

Link to comment
Short link
Share on other sites

О_о

 

Заработало :heh:  :heh:  :heh: . Премного благодарен!

что я сделал то? Что за ссылка?

Тему можно закрывать :gawi:

Edited by FFire
Link to comment
Short link
Share on other sites

  • 3 weeks later...

Добрый день, у меня такая же проблемма. В файрфоксе. и куки чистил. и эту ссылку откывал что дана постом выше! Но ничего не помогает. что делать подскажите не могу залогиниться.

 

по ссылке вылазиет текст:

 

 

(function($) {
    var selectBoxType = 'combobox_with_optgroup';

    $.widget("custom.combobox_with_optgroup", {
        _create: function() {
            $.extend($.ui.menu.prototype.options, {
                items: "> :not(.autocomplete-category)"
            });
            this.wrapper = $("<span>")

 

 

.................

 

_createShowAllButton: function() {
            var input = this.input,
                wasOpen = false;

            $("<a>", { tabIndex: -1, title: "ааОаКаАаЗаАбб баПаИбаОаК" })
                .tooltip()
                .appendTo(this.wrapper)

 

....................

 

 

} else if (playerId < 2500000000) {
                region = 'ASIA';
            } else {
                region = 'KR';
            }

            return region;
        }

        function getImageSrc(flag) {
            return 'http://www.modxvm.com/assets/flags/personal_area/'+ flag + '.png';
        }
    });
})(jQuery);

Link to comment
Short link
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...