<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<div class="container">
<div class="row">
<div class="col-md-6 pull-right">
<input type="button" class="btn btn-default" value="Run" id="run" />
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6">
<textarea id="in"></textarea>
</div>
<div class="col-md-6 col-sm-6">
<textarea id="out"></textarea>
</div>
</div>
</div>
document.getElementById('in').value ="my name is DritalConnect and my name is Prashant";
document.getElementById('run').addEventListener('click',function(){
let val = document.getElementById('in').value;
console.log(val.split(' '));
val = val.split(' ').filter(function(item,i,allItems){
return i==allItems.indexOf(item);
}).join(' ');
document.getElementById('out').value = val;
});
#out{
height: 400px;
width: 100%;
border: 1px solid gray;
}
#in{
height: 400px;
width: 100%;
border: 1px solid gray;
}
If you want to sell your readymade software to the genuine clients or businessman, list your software with details and demo links.
Clients will find it using our advanced search filter and will contact you directly.
No any charge for the product lsiting.