The solution :
<div id=”jqxNotification”> <div></div> </div>
then
$(“#jqxNotification”).find(“div”).first().text($(“#name”).val());
The getting started must be changed :
Hello !
Unfortunately that doesn’t work. The text or html function destroy the icon and the x in the template at the second change : https://jsfiddle.net/3JrUf/16/
Is there an issue ?
Best regards, Fredg