I have a code that clicks on a button, but I want to do the same without jquery, since jquery makes my page very slow, like I do with javascript? this is the code:
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>...
I have a jsfiddle.
link
Here is an intput tag:
<div class="marging">
<input id="ex19" type="text" data-provide="slider"
data-slider-ticks = "[1, 2, 3, 4, 5, 6, 7, 8, 9, 1...
Hello, I need to know how I can add to formData the id "not the name" of my inputs in my div since I only found one for file but I need pass the other inputs , that to be exact I already have captures and previously saved i...
I need to deactivate the Sundays of the input date, that is, the user can not choose Sundays, it would be better for me to block those days, that is, I do not want you to tell me you chose an invalid day, but it does not show the Sunday
similar...
I have a table where I add products with quantity and price, and when a product is repeated, I must add the amount of the product that is in the table plus the quantity of the product that is being added. I have a code that does that to me, but...
I'm opening a datetimepicker in a modal but when I open the picker it stays behind:
I have put the z-index property in the css but it does not work for me.
<div class="form-group is-empty">
<l...
When creating a form in the normal way it means:
<form action="index.html" method="post">
</form>
When submitting or submitting the data of each input, they are saved (remembered by the browser) and displayed in the input the ne...
I want to avoid those annoying double spaces in some inputs, do you have any idea how I can do it? I do not think I have a problem with doing it completely on the client's side.
Here is an example of one of my input:
<div class="form-gr...
I want to set some columns in a table made with Datatable. However, when I use the fixedColumns property, all it does is duplicate the number of columns that is specified, but it puts it on top of the others, so they overlap.
I attach...