Hello Stephan,
The tooltips on a page are grouped by their name property. Only one tooltip of a group can be shown at a time. If you wish to show both tooltips, they must be in separate groups, i.e.:
$("#tooltipParent1").jqxTooltip({ name: "tooltip1", autoHide: false, opacity: 1, trigger: 'none', theme: 'error-tooltip'});$("#tooltipParent2").jqxTooltip({ name: "tooltip2", autoHide: false, opacity: 1, trigger: 'none', theme: 'error-tooltip'});
Best Regards,
Dimitar
jQWidgets team
http://www.jqwidgets.com/