Questions tagged as 'jquery'

0
answers

Error filling select with data from a query, the data appears and disappears!

I am showing in a select the courses in which the student is not enrolled, this is to enroll the student in another course. This select I fill in through a query, the problem is that when I click on add course to show me the form with the sel...
asked by 27.08.2017 / 22:44
1
answer

Error uploading image. php jquery only saves the path but not the image in a local folder

The problem I have is that it uploads all the data to db but the image does not save it in the local folder. just the route in the db. Use phpmyadmin. if($_POST){ $nombre = sanitize($_POST['nombre']); $marca = sanitize($_POST['marc...
asked by 29.08.2017 / 18:37
1
answer

jQuery selector: elements that contain elements whose value is not null

I get the following HTML element through the function "jQuery ('fieldset.ame-fieldset')" <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <fieldset class="webform-component-fieldset...
asked by 16.11.2017 / 11:47
2
answers

Subtraction between variables of different functions

I would like to know how I could do a subtraction between the totalprice and total price2 variables and show it in the Lbtot label Here my code: $(function() { $("input[type=checkbox]").change(function(...
asked by 28.08.2017 / 13:45
1
answer

Error uploading php-jquery-ajax files

Html: <div class="wrapper"> <form id="formulario1" method="post" enctype="multipart/form-data"> <input id="archivo1" type="file" name="name_archivo"> <label id="label1" for="archivo1">Elige un arch...
asked by 28.08.2017 / 04:25
1
answer

Why do I move the datepicker or select combobox with the scrollbar when I scroll to a panel?

I have a panel with a scroll and inside them a datepicker and combobox, what happens is when I scroll the datepicker and the select ones move with the scroll remaining as in the air     
asked by 15.09.2017 / 04:07
1
answer

set property pattern of HTML via jQuery

good day. I have a PHP form with a select and an input in HTML, the select with id = idTypeDocument has three options: ID, Passport, Card. div class="col-sm-4"><label>Tipo de documento de identidad</label><select class="form-...
asked by 18.08.2017 / 19:53
1
answer

html loaded on a div is not recognized by jquery

I had a problem creating a web page, I do not know for what reason it happens I hope you can guide me to solve this problem It happens that the page has an asynchronous load function using jquery on a div to get the html and load it into the...
asked by 18.08.2017 / 15:22
1
answer

Place URL in a datatable field

How could a url be placed in a specific field of a DataTable? Let's suppose for example that I have a table where I show the personal data of a person and I want the field with its address to be clickable and direct me to a specific link. For th...
asked by 13.08.2017 / 03:34
1
answer

Increase sql field by pressing HTML button using PHP

I'm doing a website with PHP and HTML in which users upload photos with a title, an address, location and a description. In addition, there is a button to vote on said photo. The problem I'm having on that button. I can not get the SQL fie...
asked by 06.08.2017 / 00:04