Dojo 到 jQuery 的迁移

发布于 2024-07-11 20:23:30 字数 289 浏览 7 评论 0原文

我有这段代码:

dojo.declare("City", null, {
    constructor : function(cityid, cityinfo){
    }
});

dojo.declare("TPolyline", GPolyline, {
    constructor     : function(points, color){

    },
    initialize      : function(map){
});

它的 jQuery 等价物应该是什么?

I have this code:

dojo.declare("City", null, {
    constructor : function(cityid, cityinfo){
    }
});

dojo.declare("TPolyline", GPolyline, {
    constructor     : function(points, color){

    },
    initialize      : function(map){
});

What should be it's jQuery equivalent?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦一生花开无言 2024-07-18 20:23:30

我不认为 jQuery 提供了用于创建开箱即用的类和包的工具。 您可以查看是否有一个 插件 可以做到这一点。

如果事实证明这不是真的,我也很想知道答案! 我使用过一点 jQuery,但使用 YUI 来构建包和类。

I do not think that jQuery provides tools for creating classes and packages out of the box. You can look to see if there is a plugin that does it.

If this turns out to not be true, I would love to know the answer as well! I have used jQuery a bit but use YUI to build packages and classes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文