jquery - Weird issue in IE7 Only not in any other browser -
it simple html ,
have jquery-ui(1.10) , jquery (1.9.1) . works fine in ie8,9 ,firefox , in chrome in ie 7
html has below. have no idea ,
piece of code not there when see html in ie8,9 , firefox , chrome
sizzle-1367496452938="[object object]
and all div tags injected this
jquery191030626454110549073="6"
here part of html this.anyone knows issue is?
<html sizzle-1367496167699="[object object]"> <div class="container" id="container2" sizzle-1367496452938="[object object]"> <div class="arrow-left" id="wppanelstatus" style="width: 1%;" jquery191030626454110549073="6"/>
update
not using sizzle javascript selector library
this jquery uses attach event handlers etc in ie.
it's called expando. it's string 'jquery' + timestamp (in essence unique value).
and jquery depends on sizzle using it....
you can read more here: jquery attribute auto added elements
Comments
Post a Comment