2007-02-02

简单小巧的多级联动菜单

关键字: combo 联动
看到今天贴了几个联动菜单的帖子 这个应该大家都有各自比较好的代码了 我也顺手贴一个我们team里面用的比较小巧的代码 // author: downpour var DoubleCombo = Class.create(); DoubleCombo.prototype = { initialize: function(source, target, ignore, url, options, excute) { this.source = $(source); this.target = $(target); this.ignore = $ ...
kj23
搜索本博客
博客分类
最近加入圈子
存档
最新评论
评论排行榜