Pattern: Use of JQuery raw element
Issue: -
Do not create HTML elements using JQuery and string concatenation. It is error prone and can hide subtle defects. Instead use the JQuery element API.
Pattern: Use of JQuery raw element
Issue: -
Do not create HTML elements using JQuery and string concatenation. It is error prone and can hide subtle defects. Instead use the JQuery element API.