问题标签 [ratchet-2]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
1465 浏览

javascript - Programmatically load a url using Ratchet push.js

The Ratchet single-page application framework uses push.js to load new pages into view. For example:

This will use push to replace everything in the .content div with the .content of link.html. It will also update .bar-title and .bar-tab if you have them on both pages.

I would like to use the same mechanism with a Javascript function call. Before I start patching Ratchet, is there an elegant way to do that?

Thanks!

0 投票
1 回答
1723 浏览

javascript - goRatchet 框架中的切换按钮

谁能告诉我棘轮框架中切换按钮的代码。我的意思是如果切换按钮启用{做某事}其他{做其他事情}。我没有在网络上的任何地方得到它。

对于其他面临问题的人。上面的代码对我有用。

0 投票
2 回答
915 浏览

ratchet-bootstrap - 如何将输入和按钮连续放置?

代码:</p>

结果浏览器:</p>

网址:https ://groups.google.com/forum/#!topic/goratchet/8crWEoqStYI

为什么是第一行的按钮?我可以将按钮放在行的末尾吗?有任何想法吗?

0 投票
1 回答
258 浏览

ratchet - 为什么有两个表视图?

文档中,他们有:

问:这只是一个错字,还是他们出于某种原因将 table-view-cell 放在那里两次?

0 投票
2 回答
4488 浏览

javascript - Execute custom script after page loaded with Ratchet\Push.js

So on the GitHub documentation for Ratchet 2.0.2 I found the following statement.

Script tags containing JavaScript will not be executed on pages that are loaded with push.js. If you would like to attach event handlers to elements on other pages, document-level event delegation is a common solution.

Can someone please spell out exactly how to get a custom <script> to execute after being loaded by Push.js?

On my first page, I have a Table view, with several links to other pages, one of them being a link to a second page with a Twitter Feed widget on it.

The second page only contains the twitter feed widget code. When I browse to this page directly (without being loaded by Push.js) everything loads correctly, but when it is loaded via Push.js, the script is not executed.

Can someone please explain what I need to do to get this script to execute after being loaded by Push.js? I've searched Google, Stack Exchange, and Github\Ratchet issues and have not been able to find a good example of how to accomplish this.

One solution would be to add data-ignore="push" to the link, but I want to know how to do with WITH push.js.

0 投票
2 回答
1852 浏览

android - 我可以将使用 Ratchet 构建的应用提交到应用商店和 google play 商店吗?

我从推特上找到了Ratchet 。这是一个用于构建移动应用程序的 HTML5 框架。

是否可以将用棘轮构建的应用程序提交到苹果应用商店和谷歌游戏商店?

谢谢你的帮助!

0 投票
4 回答
3363 浏览

cordova - 使用 Ratchet push.js 库执行多个 JS 文件

我正在开发一个带有 Ratchet 2.0.2 的 Phonegap 应用程序,使用 push.js 在页面之间进行转换。一切都很顺利,但几个小时前我偶然发现了这个:

包含 JavaScript 的脚本标签不会在使用 push.js 加载的页面上执行。如果您想将事件处理程序附加到其他页面上的元素,文档级事件委托是一种常见的解决方案。

在做了更多研究后,我发现了这一点:Execute custom script after page loaded with Ratchet\Push.js

这与我遇到的几乎相同的问题,但是我需要更进一步,因为我不仅需要加载一个脚本,还需要加载两个(将来可能还会更多),我如何利用 checkPage() 来加载多个脚本?

0 投票
1 回答
985 浏览

html - 棘轮复选框列表

有人知道 Ratchet http://goratchet.com/是否有可能创建一个复选框列表来选择项目?文档仅显示了制作简单列表的技术,如下所示:

0 投票
1 回答
913 浏览

ios - 推送不起作用(错误:无法获取)

尝试使用 Ratchet 的 push.js,但不起作用。我在控制台中有什么:

如果您点击链接十次,您将开始收到以下信息:

所有这些来自真实设备测试(iOS 7.1)的控制台数据,包装器是 Cordova CLI 3.4.1-0.1.0。

文件 booking.html 存在,像这样的原生 safari 失败

没有出现。

0 投票
2 回答
1207 浏览

javascript - 有没有办法用 Ratchet 实现网格布局?

我在 Ratchet 中寻找类似 bootstrap 提供的列和行的东西。