Giter Site home page Giter Site logo

skel.old's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

skel.old's Issues

Refresh/Repaint Layer

First thank you! (skell 2 baseline sample)

I have some issue when a do a ajax post and update an element in

,
the element doesn't refresh, only on F5.
When debug i can see, the element has sucessfully updated in code, but in screen doesn't.
I try several approaches like (selector is parent div of and button is inside skel-layers-fixed):

$("#mydiv").hide()
$('#mydiv').get(0).offsetHeight;
$("#mydiv").show(0);
$("#mydiv").height($("#selector").height() - 1);
$("#mydiv").height($("#selector").height() + 1);

$("#mydiv #mybutton").fadeTo(100, 0.1).fadeTo(200, 1.0);

$("#mydiv #mybutton a").css('background-color', '').css('background-color', 'red');
var z = $("#mydiv #mybutton a");
var y = $("#mydiv #mybutton a").parent();
$("#mydiv #mybutton a").remove();
y.append(z);

None of this approaches worked.
PS.: when i resize page to a small width, to "mobile version", work but when resize again the element still incorrect.

(Sorry for my English, i speak Portuguese)

html5 video doesn't work (Chrome only)

Hi,

i've tried with the following setting in init.js file

mode: 'position'

but no luck! :(
Video is working well in other browsers!

anyway, great framework!
Thanks a lot for your support!

Ipad Issue

I had an issue with ipad before, and went back through and got the code working correctly. However, I am noticing one small issue. This is still related to Ipad usage / Safari. Chrome doesn't load at all on an ipad for some reason.

When I scroll down the page, everything works fine. When I scroll back up, everything works again... However if I go back down the page a second time with out reloading, nothing fires any longer. Sometimes it doesn't even take that long. Moving around the page, it seems that somewhere things will hang and no longer trigger to show content.

Here's the dev IP. If you need any other files, let me know.
http://54.68.240.35/

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.