SkillAgentSearch skills...

Checkboxradio

jQuery Plugin for progressively enhanced radio buttons and checkboxes

Install / Use

/learn @filamentgroup/Checkboxradio
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

:warning: This project is archived and the repository is no longer maintained.

Checkboxradio

Filament Group

jQuery or Shoestring Plugin for progressively enhanced radio buttons and checkboxes

Dependencies

  1. jQuery or Shoestring

Getting Started

Download the production version or the development version.

In your web page:

<script src="shoestring.js"></script>
<script src="dist/checkboxradio.min.js"></script>
<script>
$(function($) {
	$( document ).bind( "enhance", function(){
		$( "body" ).addClass( "enhanced" );
	});

	$( document ).trigger( "enhance" );
});
</script>

Demo

Check the demo here

Release History

v0.1.0 - First release

Related Skills

View on GitHub
GitHub Stars54
CategoryDevelopment
Updated3y ago
Forks6

Languages

JavaScript

Security Score

80/100

Audited on Jan 27, 2023

No findings