itsjustchuckits
9 years agoQrew Trainee
grid edit event handlers
So I made a function that will highlight rows in a grid edit report but I'd like my function to fire whenever a row is changed and I've been unable to bind any events, so far tried like mousedown and click using .on() and .bind() but i keep getting this error. Guessing I can't double bind or something?
((f.event.special[s.origType] || (intermediate value)).handle || s.handler).apply is not a function