Tweet



 
A very easy to use, cross platform, jQuery based UI toolkit, that’s still small in size, has the features you need, and doesn’t get in your way of doing things! Put jQuery and jKit on all your pages and HTML becomes so much better. And the best thing? You really don’t have to be a programmer to create a trully amazing website! jKit has 99% of all the features you ever need. You don’t have to check out dozens of plugins, learn how to use them, only to find out they don’t work in a specific browser. And even if jKit doesn’t have that one feature you need right now, jKit is fully extendable with plugins and command replacements, all that and your API always stays the same.

Hi, stranger

jKit is growing almost daily, if you don’t find what you need, let us know with a post on the community forum or our social pages. Hey, who knows, maybe it’s already on our ToDo list.

Content Summary

jKit Button

If you like jKit, use and want to support the project, here’s a small button you can use to link to the jKit website.

Btw, if you did something really nice with jKit, send us a link to your work and if we like it, we would sure love to feature it.

Random command

Randomly choose one or more elements from a selection of elements.

Basic Usage (HTML)

data-jkit="[random:count=5]"

Advanced Init (JavaScript)

$('#myelement').jKit('random', { 'count': '5' });

Options

OptionValuesDefaultDescription
countInt1The number of elements to be selected/shown
remove“yes” or “no”yesRemove or just hide the elements?

Events

This command has no events.

Examples

Take two:

Randomly display two paragraph from a selection of three:

Text 1 (red)

Text 2 (green)

Text 3 (blue)

Source:
<div data-jkit="[random:count=2]">
	<p id="rand1" style="color:#65BAE2">
		Text 1 (red)
	</p>
	<p id="rand2" style="color:#C8295B">
		Text 2 (green)
	</p>
	<p id="rand2" style="color:#BBD17C">
		Text 3 (blue)
	</p>
</div>

Random image:

In this example we are selecting one random image:

Source:
<div data-jkit="[random:count=1]">
	<img src="../img/slides/p1.jpg" title="Image caption one">
	<img src="../img/slides/p2.jpg" title="Image caption two">
	<img src="../img/slides/p3.jpg" title="Image caption three">
	<img src="../img/slides/p4.jpg" title="Image caption four">
	<img src="../img/slides/p5.jpg" title="Image caption five">
</div>

Replacements

There are currently no replacements for this command.

[ Learn more about replacements ]

 

Discussions

Do you have questions or do you want to suggest new features? Than head over to our new community:

[ jKit Community ]