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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -