I tried this
a.each(function (b) {
b.addEvent("submit", function(event){
RokVM.Cart.add(b, true)
}).bind(this)
})but getting bind is not a function error :(
I tried this
a.each(function (b) {
b.addEvent("submit", function(event){
RokVM.Cart.add(b, true)
}).bind(this)
})but getting bind is not a function error :(