Microsoft JScript runtime error: Object doesn't support this

HI,
I get this Jscript error when i single click on the scheduler calendar item.
the debugger points at
filter:{ID:g?function(a){return a=a.replace(K,""),function(b){return b.getAttribute(“id”)===a}}:function(a){return a=a.replace(K,""),function(b){var c=typeof b.getAttributeNode!==j&&b.getAttributeNode(“id”);return c&&c.value===a}}

in jquery-1.8.0.min.js.

i am embedding this scheduler inside a cshtml(mvc3).
Can someone help me with this error…