I tried this

        a.each(function (b) {
            b.addEvent("submit", function(event){
                MyCart.add(b, true)
            }).bind(this)
        })

but I get bind is not a function error?

Reply via email to