Skip to content

Instantly share code, notes, and snippets.

View sergey-nagaytsev's full-sized avatar

Sergey Nagaytsev sergey-nagaytsev

View GitHub Profile
@sergey-nagaytsev
sergey-nagaytsev / jquery.radioUncheckable.example.html
Created August 25, 2012 10:45
RadioButtons uncheckable: jQuery plugin
<html>
<head>
<title>Radio-button uncheckable: jQuery plugin w/ sample and doc.</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="jquery.radioUncheckable.js"></script>
<style>
ul > li > ul { padding: 0; margin: 0; }
ul > li > ul > li { list-style: none; }
</style>
</head>