jQuery Links Not Working After Adding New Element

A problem we recently came across was trying to add onclick (or .on()) functionality to a link, after dynamically adding it to the DOM. No matter what we did, any <a> that was added dynamically would not allow us to attach link functionality. Read Article >