Archive for the ‘jQuery’ Category

jQuery Taby – A Textarea Tabulator

jQuery Taby is a plugin to enable tabulation in textarea fields. (Demo)

Required files:

+ jquery.taby.min.js

Default configuration:
$('#area').taby();
<textarea id="area"></textarea>
Demo:

http://wbotelhos.com/taby

Please:

- Format your code before paste it here, I will probably have to read it;
- Use code formatter to write it:

[source language="javascript"]your_code_here[/source]
Share

jQuery Chrony – A Count Down Plugin

jQuery Chrony is a plugin that creates a chronometer. (Demo)

Required files:

+ jquery.chrony.min.js

Default configuration:
$('#time').chrony({ hour: 1, minute: 2, second: 3 });
<div id="time"></div>
Demo:

http://wbotelhos.com/chrony

Please:

- Format your code before paste it here, I will probably have to read it;
- Use code formatter to write it:

[source language="javascript"]your_code_here[/source]
Share

jQuery Styly – A Stylish Plugin

jQuery Styly is a plugin to style your checkbox and radio elements. (Demo)

Required files:

+ jquery.styly.min.js
+ jquery.styly.css
+ check.png
+ radio.png

Default configuration:
$('.style').styly();
<label for="like">Like?</label>
<input id="like" type="checkbox" class="style" />

<label for="dislike">Dislike?</label>
<input id="dislike" type="checkbox" class="style" />
Demo:

http://wbotelhos.com/styly

Please:

- Format your code before paste it here, I will probably have to read it;
- Use code formatter to write it:

[source language="javascript"]your_code_here[/source]
Share