performance - jQuery sets a temporary id on elements every time it traverses -
i noticed in chrome element inspector elements being manipulated. upon inspecting further breaking on attribute manipulation. noticed jquery setting temporary attribute id deleting every time. traced code made check on visible elements. code made check if user selected elements inside visible option containers regularly.
would have impact on performance , if set id manually elements, help?
Comments
Post a Comment