Search by tutos and I did not find anything, someone went through this?
<div class="row">
<div class="col-md-2">
Valor:<br />
<input type="number" class="form-control" id="txtvalor" value="0" Placeholde...
This is the PHP code that performs a query and generates the HTML :
if(isset($_REQUEST['ef'])){
$sentenci = $conn->prepare("SELECT * FROM familia");
$sentenci->execute();
$numb = $sentenci->rowCount();
if(...
I have a question with the initialization syntax of a jQuery statement. I mean ...
Using Dreamweaver I have seen that some of its versions (I do not know if all) when offering you the initialization code of a jQuery statement tell you the fol...
I have a div which contains a "text" that says "Drag the items here" I would like to delete them when the container has 1 or more than one div internal%.
function dragstart(caja, event) {
// el elemento a arrastrar
//consol...
I am drawing an input dynamically in a table with
document.getElementById('agregaDevolucion').innerHTML =
"Devolución:<input type='text' name='txtDeposito' id='txtDeposito'/>";
and that same input searches a BD through AJAX...
I was doing an element search on a page. I try to catch all the elements with the same id, and I only get the first one with both JS and jQuery. I know that if I would do it with classes, I could do it without problems, but I still have the doub...
I have the following Array ():
{
"1 ":
{
"id":"12",
"usuarioA":"1",
"usuarioB":"2",
"mensaje":"Hola mi amor",
"date":"2017-01-19 03:02:12",
"TokenID":"1",...
I ask the question again because with all the answers they gave me I still could not solve the problem, which also seems super strange because several of the answers have a lot of logic!
What do I need?
Open a modal when you click on an...