Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找适用于商业应用程序的 Blackberry OS 4.6 及更高版本(但必须兼容 4.6!)的 javascipt 工具包。XUI 看起来很有趣,但找不到示例或超过 1 页的文档。有人有 XUI 的经验/例子吗?
是的,我确实有一些经验,xui 2.0 支持黑莓操作系统 4.6。
例子:
x$(window).on('load', function() { x$('#button').click(function () { alert('Hello'); }); });