Add tooltip to font awesome icon

The issue of adding tooltips to any HTML-Output (not only FontAwesome) is an entire book on its own. đŸ˜‰ The default way would be to use the title-attribute: <div id=”welcomeText” title=”So nice to see you!”> <p>Welcome Harriet</p> </div> or <i class=”fa fa-cog” title=”Do you like my fa-cog icon?”></i> But since most people (including me) do … Read more

Adding a tooltip to an input box

I know this is a question regarding the CSS.Tooltips library. However, for anyone else came here resulting from google search “tooltip for input box” like I did, here is the simplest way: <input title=”This is the text of the tooltip” value=”44″/>

jQuery override default validation error message display (Css) Popup/Tooltip like

You can use the errorPlacement option to override the error message display with little css. Because css on its own will not be enough to produce the effect you need. $(document).ready(function(){ $(“#myForm”).validate({ rules: { “elem.1”: { required: true, digits: true }, “elem.2”: { required: true } }, errorElement: “div”, wrapper: “div”, // a wrapper around … Read more

Tooltip with HTML content without JavaScript

I have made a little example using css .hover { position: relative; top: 50px; left: 50px; } .tooltip { /* hide and position tooltip */ top: -10px; background-color: black; color: white; border-radius: 5px; opacity: 0; position: absolute; -webkit-transition: opacity 0.5s; -moz-transition: opacity 0.5s; -ms-transition: opacity 0.5s; -o-transition: opacity 0.5s; transition: opacity 0.5s; } .hover:hover .tooltip … Read more

Add a breakline in tooltip

Another approach that I find useful is to embed &#x0a; in the tooltip. The Tooltip will then have a Linebreak at this point. For example ToolTip=”Host name or IP address of the server. Click the &#x0a;Find Server button to help obtain the correct entry.” This allows the xaml code to be more concise, but perhaps … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)