Questions tagged as 'jquery'

0
answers

When adding select options to input, group them using badges

I have the following code, which through a select is concatenated the values selected in an input, what I require to do is to place the option chosen in a badge or pager since I want it to be easier to move from position any value that I was sel...
asked by 18.05.2018 / 17:05
0
answers

Get head of a page (with your url)?

Working on a project I had a problem in which I have to get the head of a page (it is not the head of the page on which the js is running) I explain myself better I use the AEM CMS, so all the pages are based on templates, there is a secti...
asked by 21.05.2018 / 22:14
0
answers

Problem loading PHPExcel library with load

When I upload my file Prueba.php from the href it works without problem, when I load it from a load it does not work anymore. But this way no longer, and I do so because I need to pass values before loading Excel. Test.php...
asked by 12.05.2018 / 18:29
2
answers

How to know the value of an array

I recently left a code about how to create dynamic ids in a while cycle. Now I have this other doubt. <?php $i=1; $n=1 while($fila=$consulta->fetch(PDO::FETCH_ASSOC)) { $this->empleados[]=$filas; $Filas = consult...
asked by 08.05.2018 / 14:21
0
answers

Inspector items, update changes

I have a registration form, I use the Semantic framework, and through Jquery I am responsible for making form validations. (Even so, when the whole query is sent to PHP, I'll do the validations again this time through a server.) This is the f...
asked by 06.05.2018 / 06:21
0
answers

How can I reload an image with ajax after uploading it?

I have to upload an image to the server and show it on the page once it is uploaded, the first time everything works normally, the problem is that it is cached when it is uploaded and it does not change unless the browser is refreshed. This is t...
asked by 07.05.2018 / 02:55
0
answers

Error in .net mixing jquery and listbox. enableEventValidation

The fact is that I have two listboxes that with jquery I pass the data from one to another, which are prices of travel supplements but, when I go to process it gives me the error "Invalid postback or callback argument: Event validation is ena...
asked by 07.05.2018 / 16:50
2
answers

How to know the value of an array

I recently left a code about how to create dynamic ids in a while cycle. Now I have this other doubt. <?php $i=1; $n=1 while($fila=$consulta->fetch(PDO::FETCH_ASSOC)) { $this->empleados[]=$filas; $Filas = consult...
asked by 08.05.2018 / 14:21
1
answer

Validate all the input of a class with JQuery

I try to go through all the input of a form associated by the class, where I want to validate if each of these elements is empty, and if it is disabled by a button, when they are all full and if it is possible to append that for all the fields t...
asked by 21.05.2018 / 17:16
0
answers

Add user location in web page

I'm currently working on a project based on LinkedIn, the idea I have is to add the location (city and country) in which the user is, but I still can not do it, I've tried with the Google Maps API, but you can only send the location within a map...
asked by 05.05.2018 / 16:18