I have a method of constructing dynamic elements using jQuery v1.2 with Ajax, which creates a list of items containing the <ul>
and <li>
structure, however, when I apply .blur()
and Ajax returns many values, a scroll bar is created. In IE8 when I click on the scroll bar the .blur()
is triggered.
In other browsers it works without problems, however, in IE8 only I have this problem.
Here is a code I created in codePen: CodePen
I preferred CodePen because I could not use JsFiddle.