I fight with SharePoint and JQuery. I am trying to add new HTML elements to an SP 2013 Newform. So I ran the following command in the Chrome console: > $("select(title='TEST')").closest("td").after("
");,
Well, SharePoint renders the query as follows: "
" and not as
, Do you have any idea?