DataTree
It's a pure JavaScript framework and it handles large tree types of data. dataTree is used to simple, fast, and lite weight. CRUD (Create, Read, Update, Delete) options available.
We create innovative projects, library files, online tools, and software for improving your work in software/web/mobile development. your can those project freely used.
It's a pure JavaScript framework and it handles large tree types of data. dataTree is used to simple, fast, and lite weight. CRUD (Create, Read, Update, Delete) options available.
It is the file manager. It has a single file, this file does all tasks. (PHP File Manager)
MSFmultiSelect (multiselect) is a pure JavaScript user-friendly multiselect plugin, don't need jQuery. It's very easy to use for developers and fast. (web development tool).
<script src="MSFmultiSelect.js"></script>
<link rel="stylesheet" type="text/css" href="MSFmultiSelect.css"/>
<div id='myselect'>
<select id='multiselect' name='countries[]' multiple='multiple'>
<option value='1' selected='selected'>Iceland</option>
<option value='2' selected='selected'>Indonesia</option>
<option value='3' selected='selected'>India</option>
<option value='4'>Iran</option>
<option value='5'>Iraq</option>
<option value='6'>Ireland</option>
<option value='7'>Isle of Man</option>
<option value='8'>Israel</option>
</select>
</div>
<script>
var select = new MSFmultiSelect(
document.querySelector('#multiselect'),
{
onChange:function(checked,value,instance){
console.log(checked,value,instance);
},
selectAll:true,
appendTo:'#myselect'
}
);
</script>
new MSFmultiSelect(element)
new MSFmultiSelect(element,settings)
element = document.getElementById('multiselect')
settings = {
width:350,
height:40,
className:'myclass',
onChange:function(checked,value,instance){
console.log(checked,value,instance);
},
selectAll:true,
appendTo:'#myselect',
readOnly:true
}
MSFmultiSelect.setValue(sellectedValues)
select.setValue(['4','8']); //give select option values in array
MSFmultiSelect.removeValue(removeSellectedValues)
select.removeValue(['4','8']); //give select option values in array
MSFmultiSelect.getData()
console.log(select.getData());
MSFmultiSelect.selectAll(ctrlSwitch)
select.selectAll(true); select.selectAll(false);
MSFmultiSelect.loadSource(options)
var options=[
{caption:'optiontext1',value:'optionvalue1',selected:true},
{caption:'optiontext2',value:'optionvalue2',selected:false}
];
MSFmultiSelect.getSource()
console.log(select.getSource());
MSFmultiSelect.reload()
select.reload();
This tool used to inject your JavaScript coding any website, it like a browser console. You can save code and run at any time. We provide coding snippets. It has an easy interface and fast performance.