jQuery attribute auto added to elements

前端 未结 4 1131
心在旅途
心在旅途 2020-12-03 17:26

After using the IE8 built in Developers Tools for the first time, I noticed jQuery is attaching an attribute to some of my elements: alt text http://thebe.jtan.com/~vince/st

4条回答
  •  伪装坚强ぢ
    2020-12-03 18:23

    I doubt it's hidden in firebug, as I've seen jquery data object within that as well.

    I believe that jQuery or whatever plugin you're using just adds that in IE as a fix/workaround for various browser specific bugs/shortcomings.

提交回复
热议问题