Close Button after psudo
Close Button after psudo
by 3gwebtrain
HTML
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<input type="text" class="inputBox" value="mytext" name="" id="">
<div class="inputBox">
some text
</div>
CSS
/* .textBox {
text-decoration: none;
display: inline-block;
padding-right:25px;
border:1px solid red;
background:url("https://svgshare.com/i/7Tx.svg");
background-size:contain;
}
*/
body{
background:url("https://rawgit.com/3gwebtrain/myEmber/master/icon-close.svg");
}
JavaScript
$(".inputBox").wrap("<span class='textBox'></span>");