GithubHelp home page GithubHelp logo

zeixcom / anzeixer Goto Github PK

View Code? Open in Web Editor NEW
60.0 60.0 7.0 333 KB

Toolkit to Streamline View Definitions for Responsive Web Design

License: MIT License

JavaScript 100.00%
breakpoints css customevent javascript responsive

anzeixer's People

Contributors

estherbrunner avatar getu-lar avatar jlnslv avatar tschuems avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

anzeixer's Issues

Uncaught TypeError: Cannot read property 'split' of undefined

I am receiving the following error in my console.

1.3.0 was working fine.

Here seems to be a issue:

  /**
   * Get index of the current view size
   *
   * @return {integer} zero-based index of sizes array
   */
  var getSizeIndex = function() {
    return sizes.indexOf(view.split(' ')[0]);
  };

Anzeixer Solution for IE9

Great Idea and Concept! I instantly wanted to use it for all our responsive projects, but IE9 doesn't support the used customEvent method and throws a error. (IE8 is unsupported too, but that's not much a problem for us..)

After some research I've found a nice workaround with a custom event polyfill from MDN (https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent?redirectlocale=en-US&redirectslug=Web%2FAPI%2FEvent%2FCustomEvent#Browser_compatibility)

So I load the polyfill inside a ie conditional like this:

    <!--[if !IE]><!-->
        <script src="js/Anzeixer/src/anzeixer.js"></script>
    <!--<![endif]-->
    <!--[if gte IE 9]>
        <script src="js/custom-event-polyfill.js"></script>
        <script src="js/Anzeixer/src/anzeixer.js"></script>
    <![endif]-->

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.