ratchet icon indicating copy to clipboard operation
ratchet copied to clipboard

Build mobile apps with simple HTML, CSS, and JavaScript components.

Results 103 ratchet issues
Sort by recently updated
recently updated
newest added

Some initial `file://` requests still didn't work on PhoneGap.

js

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/"

js

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...

js
feature

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...

js

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...

js
feature

modals.js add slash check, otherwise they will perform error

js

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 ``....

js

The fade transition did not work for me until i swapped out container and swap.

js

What is the right way to periodically reload a page? I guess that `` is not the right way because it bypass `push.js`, right?

js
question