GithubHelp home page GithubHelp logo

Comments (3)

keicheng avatar keicheng commented on August 26, 2024

在本機的時候,網址是 file:/// 開頭嗎?
如果是的話,有兩個方法可以解決無窮迴圈載入的問題

  1. 使用 http://localhost 或是 http://127.0.0.1
  2. 請下載最新版本的 urBrowser 2.151103 (剛剛緊急修正)

你的第二個問題
在 safari 下對於 -ms-filter 會產生警告,-ms-是給IE使用,所以不會造成 safari 的錯誤

最後一個問題在 Facebook 上有跟大家報告,實際上 Kule Lazy 目前沒有提供任何 js 的部分,如果你需要 nav 的 toggle 效果,js如下:

$(document).ready(function() {
    $('.navbar-toggle').on('click', function() {
        var that = $(this);
        var wrap = that.parents('.navbar');
        var target = wrap.find('.navbar-content');

        that.toggleClass('active');
        target.toggleClass('open');
    });
});

from lazy.

twbcs avatar twbcs commented on August 26, 2024

謝謝!!

from lazy.

keicheng avatar keicheng commented on August 26, 2024

如有發現其他問題歡迎提問

from lazy.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.