Thomas Y
Thomas Y
I made a Pull Request #239 out of necessities. My goal was more narrow to show local time, instead of make timezone adjustable. I didn't go the `d3.time.scale` route, because...
@calavera @Benaiah or @rybit is this PR something you guys might consider adopting? I have some time today and tomorrow to address comment. After tomorrow, it will be harder for...
I made a proposal on object level support, which would ultimately solves the group problem. Want to see if anyone interested: https://github.com/nitely/Spirit/issues/99 Perhaps we can pool in some effort etc.
I made a patch on this, because I need it. I am not sure calling onEnd is entirely correct in all cases. Please review. Thanks! https://github.com/beedesk/touch-layer/commit/3af84685cddb9fe37ec367fda70ed88e3ebd2097
The link in my first comment included this patch. Hope this help. Thanks. @@ -99,7 +99,40 @@ NL.prototype = { ... off: function (type, fn) { if (!type) { return;...
I think you need to do the following in `$(document).ready()` ``` ${' .. your selector ').css({'-webkit-touch-callout', 'default'}) ``` jQTouch add `none` in its $(document).ready().
How about `$(document).live('ready', function() {})`? The point is to ensure your function being called after jQTouch's.
Is it fixed? If not, please reopen.
Took a brief look, harder to fix that I first thought. We use `overflow-x: visible` to show the "arrow" of the back button. For the title, I think it is...
Yes, @jordandobson, that's what I was trying to say with and extra ``. You said it better.