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