Created
October 24, 2013 11:42
-
-
Save borisd/7135764 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<label for='field' tooltip='hello world'>Bla bla</label> | |
Becomes: | |
<span class='tooltip'> | |
<label for='field' tooltip='hello world'>Bla bla</label> | |
<div class='something'>hello world</div> | |
</span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
something like this :
Haven't tested it...