Hello,
My main html page use a jqxMenu.
On simples events coming from WebSocket, I reload jqxmenu tree with “source” property.
It is easy to have icon on menu when using static definition: <li ...><img src="..." /><span>Text</span></li>
But how to do that with “source” property ?
Best regards.