Dynamic Tip-Like Text Box Plugin With jQuery and HTML5 - jsnoticebox

File Size: 57.8KB
Views Total: 803
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Dynamic Tip-Like Text Box Plugin With jQuery and HTML5 - jsnoticebox

jsnoticebox is a simple jQuery plugin that allows you to create a draggable and resizable text notice box on your web page. Good for displaying important announcements or messages of your website. jsnoticebox is based on jQuery /jQuery UI  and use jCanvas plugin to handle html5 canvas element.

How to use it:

1. Include jQuery library and jQuery UI on the web page

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"></script>

2. Include jCanvas plugin and jsnoticebox plugin after jQuery

<script type="text/javascript" src="lib/jcanvas.min.js"></script>
<script type="text/javascript" src="jquery.noticebox.js"></script>

3. The HTML

<div class="noticebox">Click here to modify text</div>

This awesome jQuery plugin is developed by yevhentiurin. For more Advanced Usages, please check the demo page or visit the official website.