Questions tagged as 'javascript'

1
answer

Ajax request with blinking setInterval

The following piece of code is intended to put the contents of a text file within a div. Because the text file can be upgraded, that the div is updated with the latest content of the file. But every 2 seconds the div content flashes. How can...
asked by 22.02.2015 / 00:47
1
answer

Javascript - Export to csv

How do I export an html table to a CSV file? In my code below I'm saving the csv file, but when opening in excel it does not display the column divisions. I would like to export directly to CSV. But I can not find any way to do that for ch...
asked by 18.02.2015 / 20:35
1
answer

table with styles is not working with bootstrap

HTML: <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> </head> <body onload="m...
asked by 03.03.2015 / 17:51
1
answer

Parameters with Javascript

On the server, I do not know why, when accessing the site, it goes through a index.html before going to the main page. It turns out that before there is a servlet with some data as a parameter. In the html I put the javascript to get t...
asked by 17.03.2015 / 20:04
1
answer

animate () does not work with href

Hello, I have a script that is a slideshow of images with a animate() to the top. works 100%. but if I add a <a href="#"> to the image. the effect for. can you help me? keep it running link     
asked by 04.12.2015 / 02:45
1
answer

How to modify a Json object (javascript)?

I need to change a json Object that I'm receiving. I would like to insert a data of an input in this Json. The idea is simple put a data, it pulls the json according to this data, but I need to change the json with that same data. I need to chan...
asked by 03.12.2015 / 21:33
1
answer

Automatically passing images from a gallery with Opacity effect

I have a small gallery of images side by side it already has opacity 0.1 and the mouse over one of the images the opacity effect becomes brighter 1.0 only I want to make an automatic change of the images keeping the opacity my gallery is in the...
asked by 18.07.2015 / 08:06
1
answer

Problem with the Masonry jQuery library

I downloaded the Masonry jQuery library and implemented it in my code and a few other libraries I have. It even runs but it gets zapped one over the other and you need to give several F5 on the page to get it right. I think there is some co...
asked by 17.07.2015 / 06:55
1
answer

Tab via Jquery

I have a field with the "Barcode" class where a barcode reader will be used to fill it, at the end of the reading with the reader it will generate a \ n, I could already capture it and treat it, however, when that happens , I need to focus to th...
asked by 17.07.2015 / 19:41
1
answer

Summarizing Selected Columns

I have the following scenario: A table created in the razor with several columns, where each row has a checkbox in place different from each other, and would like to do the checkbox sum clicked by column via javascript, but I have no idea whe...
asked by 17.07.2015 / 21:11