Questions tagged as 'jquery'

0
answers

Calculate answer time for Progress Bar

I have a function in AJAX that returns a file. What I want to do is implement a Progress Bar with a percentage so that the user knows how the download of their file is going. Use C # MVC4 , my method in the controller is a FileResult , and...
asked by 13.01.2017 / 05:07
1
answer

Autocomplete an input dependent on another

I have the following: a form with a customer fields and another appliance field in the database, each device is related to a customer by means of the primary customer key. what I need: At this moment I already have the completed car running i...
asked by 29.07.2017 / 23:02
0
answers

Show in a tab the content of a [closed] model

Good I am trying to show the content of a model in a template, the problem is the following one: I do not know how to do to show the content depending on the option to which you click. Since I am using a for in the template, only the cont...
asked by 31.01.2017 / 15:27
0
answers

F3 - Download CSV generated with PHP in AJAX [closed]

I have a web application that generates a CSV from a query to a BD, which I want to download, I am calling the route that generates the file through an Ajax request, but I have no idea how to download it. file. $.ajax({ type: 'POST', u...
asked by 20.12.2016 / 19:47
1
answer

Show Modal Popup when giving enter in a textbox

I'm trying to show a modal window by giving enter on a textbox , I had the following code to do it but it does not work for me: $("#txt_codigoCat").on("keydown", function (event) { if (event.which == 13) { $('#popupBusquedaCl...
asked by 19.12.2016 / 16:00
0
answers

problem with plugin ideal forms 3 for jquery

I'm putting together a system that uses html + css + php + ajax + jquery, so far I've been using pieces of code to build the system and everything is fine however I have a problem with a plugin for jquery called ideal forms (v3) I want to use fo...
asked by 15.12.2016 / 19:23
1
answer

Send a Map between different html Javascript files

Hi, I am working with 2 htlm's ( login.html and assistance.html ), each with its respective javascript ( login.js and assistance.js ), in login.js I create a user map (usersMap). How could you use usersMap in assistance.js so you do not...
asked by 16.12.2016 / 21:29
1
answer

Error while testing with selenium and JUnit!

What happens is that I'm doing some tests with JUnit and selenium and when doing tests I get this error message in the console: JavaScript error: http://localhost:8080//wfi/css/jquery-confirm.css, line 10: SyntaxError: illegal character JavaSc...
asked by 23.12.2016 / 17:43
2
answers

PHP Uploader - Problems with UploadDir option

Hello and thanks in advance for the help;) I'm using the link plugin, for PHP Uploader, and in /php/class.uploader.php I'm trying to change the path where I upload the files: private function initialize($field, $options){ if(...
asked by 28.12.2016 / 11:15
0
answers

Change appearance of a website [closed]

I'm doing a website with php, html5, css3 and javascript. In my html code with php I have different div which have different colors and the text that appears in them has different families letters. I would like to make a section on the web in...
asked by 27.12.2016 / 14:47