Questions tagged as 'javascript'

1
answer

Remove ajax log without refresh

I have a code in ajax to remove rows from a table, but to delete, I have to click the delete button and give an f5 so that the record is deleted in the current code. I tried to do some forms presented in some posts here, but I could not get them...
asked by 30.09.2016 / 22:23
0
answers

Call CodeBehind javascript function while a process is running

The idea is I have a grid in which there is a button on each line. The desired is that when the user presses the button the page is fixed (freeze) and have the order validated. And when the server returns the result back with the page to the ini...
asked by 29.09.2016 / 18:47
0
answers

Map an image with colors [closed]

I have a vector with several values, each vector position can range from 0 to 100: vet = a [10 , 50 , 60 , 70 , 50 , 0 , 99 , 65 , 32 ]; These values are the pressures in the sole of the foot of an individual. So I need to color this image...
asked by 01.10.2016 / 12:02
0
answers

Progress bar similar to youtube

Does anyone have any idea how to make a progress bar similar to youtube with loading according to the requested page's time?     
asked by 22.09.2016 / 14:37
2
answers

Page refresh if it works

This is my php code: if(isset($_POST['menu'])){ $menu = $_POST['menu']; $dateFoundation = $_POST['date']; $cnpj = $_POST['cnpj']; $latitude = $_POST['latitude']; $longitude = $_POST['longitu...
asked by 22.09.2016 / 13:36
1
answer

How to take image from camera in base64 (using phonegap) and send to server via JSON with AngularJS?

I'm getting the var imgEnviar , which gets the base64 that comes from the camera, and inserting into the JSON and sending it to the server with $ http with AngularJS. I want to know if it's really possible or if you have a better wa...
asked by 23.09.2016 / 06:13
1
answer

If else if in Javascript

I'm developing an application using phonegap / cord which stores data using localStorage and I'm having a problem in javascript ... I'm calling a function to save () my data, a function to load () and a rank () function. I am checking the local...
asked by 19.09.2016 / 02:36
1
answer

How to modify elements: hidden with jquery?

I use the Bootstrap carousel and I need to modify the margin-top of a title, but when the content div is: hidden, I can not get the height of the text with jquery. Here is the code: $(document).ready(function () { $('.slogan').each(fu...
asked by 19.09.2016 / 19:36
1
answer

How can I use WebBrowser in web forms asp.net c #?

I'm trying to use WebBrowser in ASP.NET C # My question and log on to a site using it using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Web; using System.Web.UI; using System.Web....
asked by 20.09.2016 / 03:13
0
answers

JavaScript Slider Fading

Good afternoon people, could you help me. I am putting in the site that I am developing a very simple slider to just pass 3 images. the example I get on the w3school site. But as he goes past the images, the moment he arrives at the last he disa...
asked by 10.10.2016 / 22:31