Skip to content

srusskih/jquery-hint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example usage
==============


    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">

    <html>
        <head>
            <title></title>
            <meta http-equiv="content-type" content="text/html; charset=windows-1256">
            <script type="text/javascript" src="jquery-1.4.4.min.js"></script>
            <script type="text/javascript" src="hint.expbuilder.js"></script>

            <script type="text/javascript">
            $(function(){
                $("strong").hint();
            })
            </script>
        </head>

        <body>
            <p>
                create your page hints with hint creator, <strong title="this is sample demo for ExpBuilder hint creator for testing ! - it's easy to use">Move your mouse here to test hint creator</strong>
            </p>

            <strong>Bla bla bla</strong>
        </body>

    </html>

Releases

No releases published

Packages

No packages published