In IE I am getting this error in the console using JQuery:
SCRIPT438: Object doesn't support property or method 'bind' default.js, line 33 character 3
$.get(URL + 'dashboard/photoList/'+categoryID, (function(o) {
// code here
}).bind(this));
Is there a work around to binding 'this'? I'm used to this from prototype.