Questions tagged as 'javascript'

1
answer

FadeIn and FadeOut effect in DIV

It may seem cliché, but I did not find and could not adapt any code here from the site to my needs. I apologize if it is content redundancy, but in the future it may help other people. How can I be adding a FadeIn and FadeOut effect when open...
asked by 18.12.2015 / 20:27
1
answer

How to keep choice of user view in fullcalendar

I have a system that uses fullcalendar , depending on what the user is currently using, he prefers a type of view, month for example , depending on what he is doing prefers another type of visualization, week for example, and this he does by cl...
asked by 23.12.2015 / 13:12
2
answers

Selenium Python

I'm having trouble manipulating popup. It appears that the popup code is generated in real time, not being captured by selenium. In fact, it is possible to see the use of jQuery, I did not detect Ajax, but quite capable of having it too.    Q...
asked by 08.12.2015 / 18:02
4
answers

How to repeat the fields of a form?

I have a form where you have: =f.input :name , label: false , placeholder: "Nome do amigo" , input_html:{class: "form__input"} , required: true =f.input :email , label: false , placeholder: "Email do amigo" , input_html:{class...
asked by 10.12.2015 / 19:25
1
answer

Pass value to modal window, retrieve the data and reuse it

Good afternoon everyone. Guys, I have the following difficulty: I have the following screen: Clickingonthehighlightedbutton(Edit)opensthismodalwindow,whereitpassestherequestID,andthedateasshownintheimage: MydifficultyistoreusetheinformationI...
asked by 25.02.2016 / 21:08
2
answers

Display DIV on another DIV

I'm using a DIV with the message "processing" and opaque background every time a request occurs (user iteration at the click of a button). However, this screen is also displayed when I am with an open modal screen, and ends up happening that the...
asked by 25.02.2016 / 15:42
2
answers

How to add a listener to the keypress event on all inputs in pure javascript?

I need to have a listener for the event keypress of all inputs of my application, wanted to know the most correct way and performative to do this, it would be a behavior similar to $('input').on('keypress') of jQuery but I w...
asked by 26.02.2016 / 13:57
2
answers

Handle Dynamically Loaded Content

I need to manipulate an attribute of an html tag that was loaded dynamically through ajax. I've tried it in many ways using jQuery but none of it worked. The code being loaded via ajax is as follows: <table cellspacing="0" cellpadding="0...
asked by 01.02.2016 / 14:05
1
answer

How to read a MapString return, String Java in javascript?

When making a request to a java control that returns a key map and value "String": @ControllerSupport public Map< String, String > teste() { Map< String, String > teste = new HashMap< String, String >(); teste.put( "T...
asked by 02.02.2016 / 21:06
1
answer

Consume REST API in Node.js + cURL

I know there are several packages in Node to consume REST API but I need some packages that use cURL . For some reason (which I did not discover) I can not authenticate with existing ones. I've tried link and link .   ...
asked by 11.11.2015 / 10:27