Skip to content

Plugin that add comic ballons to give hint to the users

License

Notifications You must be signed in to change notification settings

pheliperocha/comic-hint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

comic-hint

A simple jQuery plugin for showing a message inside a nice comic balloon is give hints, help or any kind of message to the users

Usage

  1. Copy the contents of src/ to the corresponding asset directories in your project.

  2. Insert the neccesary elements in your document's <head> section, e.g.:

<link rel="stylesheet" href="src/css/comic.hint.css" />
<script type="text/javascript" src="src/js/comic.hint.js"></script>

Remember to include comic.hint.js after including the main jQuery library.

  1. Initialise Comic-Hint in your document.onload, e.g.:
<script type="text/javascript">
	$(document).ready(function() {
		$("#element").comicHint({ text: "Your message here!" });
	});
</script>

About

Plugin that add comic ballons to give hint to the users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published