js var TAB = function () { var $this function tab() { this.init.apply(this, arguments); } tab.prototype = { init:function (obj_li, tab_div) { $this = this $this.obj = obj_li $this.div = tab_div }, ... Read More
posted @ 2012-05-29 10:28 break_happy Views(287) Comments(0) Diggs(0)