Has anyone experienced this:
<button disabled="disabled" class="sel" title="Task: 22">@i</button>
Looks good but when I put this in a page the title does not appear. Is there any solution that can show me the title and still have the button remain disabled? How about some jQuery to show bubble text but without the need for a plugin?
How about if I convert my button to an address link. Is there an easy way that I can show title in the same way as with input buttons?
You can solve some cross browser problems with jQuery
Here is the best I could come up with on short notice
Not ideal because the
mouseenteris a little finicky. Perhaps someone can improve it. EDIT: you would also have to play with the styling to make it look “tooltip” ish.