While improving SSG (Style Sheet Generation) i made this plugin hopping it might be usefull for some webdesigners to get better messures. There is a left upper menu with 3 inputs (type numbers) first one for drawing methodes (4 types) second to add Horizontal lines third to add vertical lines You can see a demo here how it …
Category: JQuery Plugins
jSound – jQuery plugin
JSound 1.0.1 is jQuery plugin for playing sounds on any HTML tag element JSound works only on modern browser with html5. We always need 2 files as *.mp3 and *.ogg We implement the jQuery framework and jsound plugin in the head part of our site as follow: <script language=”javascript” src=”https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js”></script> <script language=”javascript” src=”jsound.js”></script> First we …
jmotion – jQuery plugin
JMotion 1.0.2 is a simple jQuery plugin for animating a sequence of images which saved in a folder. The result shows a Gif-like animations or a Banner rotator. JMotion works with all versions of jQuery from 1.4. to 1.8 Options: folder // the url path of the folder where images exist type // gif, jpg, …
Play audio onHover with jQuery
The simplest way to play audio files in your page without the need of flash is the usage of HTML5 tag <audio> as follow: <audio autoplay=”autoplay” controls=”controls” loop=”loop” preload=”preload”> <source src=”beep.ogg” type=”audio/ogg”> <source src=”beep.mp3″ type=”audio/mpeg”>Your Browser doesn’t support audio </audio> For our example we only need the attributes “autoplay” and the two tags “source” to …
CLEditor – WYSIWYG HTML Editor
CLEditor is one of the best jQuery WYSIWYG open source editors in the internet. It has most features for small projects and can also be easily developed to add more features to it. The implementation on a web site is very easy, that’s why i choosed it to be a plugin for Havalite CMS and …
jpipette
jPipette is a jQuery plugin experiencing the ability of the framework. The pipette reads the color of a clicked pixel from an image and returns the Hex and RGB values. It has a zooming Box which is controlled by plus and minus buttons. JPipette works only in mordern browsers with Css3 styling (background.size) and supports …