Git Product home page Git Product logo

Comments (6)

aheinze avatar aheinze commented on July 18, 2024

can you confirm this with the latest code base (14-08-2013)?

from uikit.

stefan-b avatar stefan-b commented on July 18, 2024

Yes, I downloaded it today an still have got the same problem with the new file. Before testing I've cleared all caches (browser and lessphp). When changing back to my modified file it works again.
Tested browsers are current versions of firefox, chrome, safari and IE.

from uikit.

stefan-b avatar stefan-b commented on July 18, 2024

Accidentally closed and now reopened.

from uikit.

aheinze avatar aheinze commented on July 18, 2024

strange, could you please provide an example via e.g. jsfiddle? (http://jsfiddle.net)

from uikit.

stefan-b avatar stefan-b commented on July 18, 2024

I didn’t manage to install a functional example at jsfiddle because I couldn’t attach the needed .js and .less files.

But here is a simple html example which would be easy to run.

  •    jquery.js is 1.10.2
    
  •    uikit.js is 1.0.2
    
  •    less.js is 1.3.3.
    
<title></title> <script src="less.min.js"></script>
<body>
    <header>
        <nav class="uk-navbar">
            <a data-uk-offcanvas="" class="uk-navbar-toggle uk-hidden-large" href="#my-id"></a>
            <ul class="uk-navbar-nav">
                <li><a href="#">x</a></li>
                <li><a href="#">y</a></li>
                <li><a href="#">z</a></li>
            </ul>
        </nav>
    </header>

    <!-- Off-canvas sidebar -->
    <div id="my-id" class="uk-offcanvas">
        <nav class="uk-offcanvas-bar">
            <ul class="uk-nav uk-nav-offcanvas" data-uk-nav>
                <li><a href="#">x</a></li>
                <li><a href="#">y</a></li>
                <li><a href="#">z</a></li>
           </ul>
        </nav>
     </div>   

    <main>
       <hgroup>
            <h1>Lorem ipsum</h1>
            <h2>Lorem ipsum dolor sit amet</h2>
        </hgroup>

        <article>
            <h3>Lorem ipsum</h3>
                <p>Lorem ipsum dolor sit amet.
        </article>
    </main> 

    <aside>
    </aside>

    <footer>
    </footer>

<script src="js/jquery.min.js"></script>
    <script src="js/uikit.min.js"></script>
</body>

from uikit.

saschadube avatar saschadube commented on July 18, 2024

Closed till you provide a jsfiddle? (http://jsfiddle.net).

from uikit.

Related Issues (20)

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.