ratchet
ratchet copied to clipboard
Build mobile apps with simple HTML, CSS, and JavaScript components.
Some initial `file://` requests still didn't work on PhoneGap.
popover->backdrop->basePage(contain A-tag link) I think, By backdrop, it is correct to stop the event (touchend) to basePage. -not move (correct) href="#myModalexample" href="./test.html" -move to page (not correct) href="http://goratchet.com/"
Added the ability to toggle the popover by clicking/touching the link used to invoke it, a second time. This is useful for the case where a custom popover implementation doesn't...
When using MVC frameworks (Ember) to generate the HTML, additional `` nodes are inserted inside the `.slide-group` element. These extra nodes get returned by `slider.children`, causing an incorrect number of...
Extract transition functionality from push.js into a new file, transitions.js. Expose a global function, similar to PUSH named TRANSITION used to transition from one page/view to another without dictating how...
modals.js add slash check, otherwise they will perform error
The way the slider works right now is that it counts the children of the `.slide-group` even if those children are not `.slide` this include elements without size like ``....
The fade transition did not work for me until i swapped out container and swap.
What is the right way to periodically reload a page? I guess that `` is not the right way because it bypass `push.js`, right?