In IE, I get this error in the console using jQuery:
SCRIPT438: object does not support property or method 'bind' default.js, line 33 character 3
$.get(URL + 'dashboard/photoList/'+categoryID, (function(o) {
}).bind(this));
Is there any work with the 'this' binding? I'm used to this from the prototype.
Jream source
share