BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<div class="frame"> <div class="img" id="sample1"> <a target="_blank" rel='nofollow' href="image/taj.png"> <img src="http://mvc.syncfusion.com/demos/web/content/images/tooltip/template-05.png" alt="Delphi"> </a> <div class="desc">Delphi Succinctly</div> </div> </div> @Html.EJ().Tooltip("sample1").Content("Learn the fundamentals of Delphi to build a variety of solutions for many devices and platforms.") <style> div.img { border: 1px solid #ccc; width: 159px; height: 213px; left: 35%; position: relative; top: 20%; } div.img img { width: 159px; height: 179px; } div.desc { padding: 8px; text-align: center; } </style>
<script> $("#sample1").ejTooltip( { content: "JavaScript is the programming language of HTML and the Web." }); </script>
@Html.EJ().ScriptManager() |
Thank you very much but the problem was in the web.config
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
if set it to false , works !
Hi Pedro,Sorry for the inconvenience.Unobtrusive mode is rendered based on valid tags and tooltip control doesn’t provide any valid tags so currently this will not work with unobtrusive mode. We have already logged this as a feature and this will be included in any of our upcoming releases.Regards,Keerthana.