-
Notifications
You must be signed in to change notification settings - Fork 0
mnenm/switchCurrent
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
select current block by radiobutton
[USAGE] switchCurrent
$(function(){
$('#root-element').switchCurrent({
onDisable: function(elem){
elem.parent().parent().removeClass('selected');
},
onEnable: function(elem){
elem.parent().parent().addClass('selected');
}
});
});
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published