Login   Register  
Icontem

File: example.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Roy Yu  >  Flash Message jQuery Plugin  >  example.html  >  Download  
File: example.html
Role: Example script
Content type: text/plain
Description: Dummy example
Class: Flash Message jQuery Plugin
Flash page elements a number of times
Author: By
Last change: change path
Date: 2010-12-02 09:29
Size: 705 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
    <head>
        <title></title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
        <script type="text/javascript" src="jquery.flashmessage.js"></script>
    </head>
    <body>
        <div class="flash">&nbsp;</div>
        <ul id="msg">
                <li>this is test 1 and it is fun</li>
                <li>this is test 2 and may be fun</li>
                <li>this is test 3</li>
                <li>this is test 4</li>
        </ul>
    </body>
</html>