SkillAgentSearch skills...

EzMark

A small jquery plugin gives the ability to stylize checkbox and radiobuttons

Install / Use

/learn @itsalif/EzMark
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ezMark jQuery Plugin

ezMark is a jQuery Plugin that allows you to stylize Radio button and Checkbox easily. Its very small (minified version is ~1.5kb) compared to other similar scripts. It has been tested and works on all major browsers (IE 6/7/8, Firefox, Safari, Chrome).

How to Use

At first include the CSS and JS files.

<pre> &lt;link rel="stylesheet" href="css/ezmark.css" media="all"&gt; </pre> <pre> &lt;script type="text/javascript" language="Javascript" src="jquery.ezmark.js"&gt;&lt;/script&gt; </pre>

Declare the HTML tags as you normally would:

<pre> &lt;input type="checkbox" name="customerAge" id="age" /&gt;&lt;label for="age"&gt;Age&lt;/label&gt; </pre>

Then simply call the following method:

<pre> $('selector').ezMark([options]); </pre>

You can customize to selector to apply only to checkbox or radiobuttons, like below:

Only apply to Checkbox:

<pre> $('input[type="checkbox"]').ezMark(); </pre>

Only apply to Radiobutttons:

<pre> $('input[type="radio"]').ezMark(); </pre>

For detailed usage, please check out usage.html file.

Online Documentation / Demo

License & Policy

Copyright (c) 2010 Abdullah Rubiyath http://www.itsalif.info. The script has been released under MIT License.

View on GitHub
GitHub Stars98
CategoryDevelopment
Updated2mo ago
Forks41

Languages

HTML

Security Score

95/100

Audited on Jan 21, 2026

No findings