Questions tagged as 'jquery'

1
answer

Progress bar in Jquery

Well, I have a bar that works the following way, when my scroll is on top of the div of the bars they will start to fill up. I did the css, but I can not do Jquery, any tips? HTML: <label for="barra"><h2>HTML </h2><...
asked by 07.04.2017 / 17:01
1
answer

input effect with jQuery

Well, I've created a very precise system and input with that of android, I've used CSS and jQuery. But I wanted to put a precise effect on the google lite material. Here's the example link: link I do not want to use the lite material bec...
asked by 21.04.2017 / 15:35
1
answer

Arrange array of objects according to one of their attributes

Well, that's how the title said, I wondered if I could sort how to sort%% of objects incrementally according to the value of an attribute given to it. Example: var objetos = [] var objeto1 {id:gerarId(), nome: nome1, idade: idade1} var...
asked by 22.04.2017 / 23:19
2
answers

Open document from the same directory in new window after submitting

In my directory I have the following HTML pages: public_html // Index.html // proof_protocol.html // protocol_menu.html On the "protocol_menu" page we have created a form. The goal is that after giving the submit in the form open the page "vo...
asked by 22.04.2017 / 00:28
2
answers

Video Background takes time to load (wordpress)

Hello! Please ... The video of the home screen of my site in wordpress ( link ) takes a long time to load. And the gif preloader finishes loading before the video. Can anyone tell me if there is any code or plugin to solve this problem? Thanks!...
asked by 10.03.2017 / 19:28
1
answer

Problem to remove an img tag inside the array by the id of the image

I'm previewing images with image removal. In case I need to remove the selected element from within the array using the id of the img tag. I can already take the id to the function it will remove, however, I can not access the image element by i...
asked by 09.03.2017 / 01:34
1
answer

Close content when you click outside the menu

Good afternoon, I'm making a website that has a side website by clicking on the button the menu comes up on the right side of the screen, and I need it to close when it is clicked anywhere other than the menu so it can close, how can I do this ....
asked by 08.03.2017 / 19:53
2
answers

how to fix WebService Post refuse

When Posting: $.ajax({ type: "POST", contentType: "application/json; charset=utf-8", url: "/CmisWebRequests.asmx/GetMessageResponse", data: dataToSend, dataType: "json", async: true, error: function(ex) { al...
asked by 08.03.2017 / 21:51
2
answers

Error in function for load bar using a while () {}

I am trying to mount a load bar that starts after 2 seconds of loading document , It every 100 milliseconds gets 1% width . However, when the page loads, console.log () shows that the function is running, but nothing happen...
asked by 08.03.2017 / 14:41
1
answer

Animate function only works in Chrome

Hello I'm doing a little game with javascript, where the program gives a certain time for the player to write a sentence, counts the letters, words and presents on a scoreboard the results on a scoreboard. I added a scrolling effect to when I...
asked by 06.05.2017 / 11:29