jquery - Object Doesn't Support This Property or Method. IE8 -
when try running website, ie8 prompts me error: 'object doesn't support property or method. the object according ie8 debugger callback: shard.lefttop(); the first report in callstack(which hope helpful inform) line: c.readystate==="complete" && (c.detachment("onreadystatechange", b),e.ready()). i'm unsure should looking in code error... totally overwhelmed. *edit getting closer source of error: ok guys debugger telling me problem starting straight before call of shard.lefttop(); so, i'll try explain bit. how works in chrome. index.html holds document dot ready function, setting: var shard = new shards( $('div.shard') ); corresponding function in .js file within same directory index.html: function shards( container ){ further down index page calls prototype function expression shard.lefttop(); which looks this: shards.prototype.lefttop = function(){ and stored within .js file , dir. the pr...