Questions tagged as 'jquery'

0
answers

Redirect Page in response AJAX in Asp.net Mvc

I'm having problems redirecting a page, in response to my Ajax, when I'm in FireFox in debug mode, I can redirect, without Debug the page only of a refresh, tried other redirects also failed, only works with Debug open, loading the page the requ...
asked by 02.02.2017 / 19:27
1
answer

Javascript function does not summarize $ _POST of PHP

I'm implementing a progress bar in a simple file upload script. I have the three files that are giving me a headache, Upload.php where the upload script is located, script.js where the script that updates the progress bar is locate...
asked by 02.02.2017 / 23:10
1
answer

I need two clicks to activate Jquey function

Hello, I'm learning to work with AJAX / JSON requests, and I came across a problem (which I think has more to do with Jquery, but I have added the PHP and AJAX tags because you never know). Let's go; When accessing the page in the browser,...
asked by 02.02.2017 / 22:17
2
answers

Disable Combo select

Expensive; I tried in several ways to disable the combo Select (mespgto) when checkBox (radio04) is checked "checked == true", but with no success. Could you help me? Note: In the form that the function is (release), it only comes to lock...
asked by 31.01.2017 / 16:20
1
answer

Leave a li menu with active treeview after page reload

I have a menu in a Sidebar using <li> and <ul> , when I click on some the page is updated, because I use a <a> link in my. I'm using the following javasscript to update the active menu: $('li...
asked by 31.01.2017 / 18:36
1
answer

Single Ajax with different outputs that does not work without async

Hello. I have a function with an ajax request inside (this is the actual function): function carregaAjax(caminho,tabela,funcao,dados){ dados.push({name:"funcao", value:funcao}); dados.push({name:"tabela", value:tabela}); var retorn...
asked by 09.02.2017 / 19:06
0
answers

$ .post () - Doubt

I have a problem: I have already been able to read and follow the documentation of facebook, use its methods and get some infos that they make available. Now that I've got this, I need to send $ .post () one of these infos (userID). I can...
asked by 09.02.2017 / 15:00
0
answers

Simple click on the input activates the event "DOMSubtreeModified"

I'm using this code: document.body.addEventListener('DOMSubtreeModified', function () { document.title = 'Editar Material *'; formChanged = true; }, false); To check for changes in the various forms and possible images t...
asked by 25.01.2017 / 17:43
1
answer

Slidedown effect with menus li

I'm trying to create an effect using css and jquery for a menu where it will have the effect of "slidedown" when clicked on a particular link, but even that I put the list inside a div com height: 0 it keeps popping...
asked by 26.01.2017 / 15:39
1
answer

How to fetch values in a PHP file with jQuery - AJAX?

I want to get a string in a PHP file called search.php I want to return a string for my index.php but I want to do this when calling the try_it () function, is there any way I can do this with jQuery? I do not want index.php to update the page,...
asked by 26.01.2017 / 18:14