jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
23 lines • 995 B
HTML
<div style="margin-left: 180px; width: 400px;" id="container">
<jqxTooltip [theme]="'material'"
[]="'movieTooltip'"
[]="false"
[]="'The Amazing Spider-man'"
[]="position">
<img src="https://www.jqwidgets.com/angular/images/The_Amazng_Spider_Man.jpeg" />
</jqxTooltip>
<jqxTooltip [theme]="'material'"
[]="'movieTooltip'"
[]="false"
[]="'Harry Potter and the Deathly Hallows'"
[]="position">
<img src="https://www.jqwidgets.com/angular/images/Harry_Potter_7_Part_1.jpg" />
</jqxTooltip>
<jqxTooltip [theme]="'material'"
[]="'movieTooltip'"
[]="false"
[]="'The Avengers'"
[]="position">
<img src="https://www.jqwidgets.com/angular/images/The_Avengers.jpg" />
</jqxTooltip>
</div>