Questions tagged as 'javascript'

2
answers

Display the name in the input using autocomplete

The autocomplete is working correctly, I get the following json: [{"label":"Jorge Valdivia","value":"16"},{"label":"Vinicius Aquino","value":"15"}] The problem is that when I select an option, the input receives the record ID, I would like...
asked by 17.07.2017 / 14:57
1
answer

Transform Columns into rows with bootstrap

I have a table in HTML using Bootstrap : WiththecodeinCSSbelow,Icanautomaticallyhidethelast3columnswhenthepageisresizedtoaresolutionof600(width):<style>@mediascreenand(max-width:600px){tableth:nth-child(3),tableth:nth-child(4),table...
asked by 18.07.2017 / 16:25
1
answer

Run a shell script with NodeJS

I need to create a page using nodejs, which will contain an "on / off" button. When I press this button I want to call the same route, but pass a parameter: on / off or 0/1, etc. When making this call, I will treat the received parameter and the...
asked by 18.07.2017 / 04:06
2
answers

Remove checked elements in checkbox (JAVAScript, PHP)

I'm working on a car registration project in which I need to change my delete button that was generated for each new vehicle registered by checkbox so that more than one element can be deleted, I changed the input value to checkbox and I already...
asked by 17.07.2017 / 20:29
1
answer

Div showing content by clicking button

With this question already I researched several codes here but none worked, I have a button in the center of the screen and when I click I want it to show a specific test that is in a div, but what I write in the div is on the home page and the...
asked by 17.07.2017 / 13:36
1
answer

jQuery DataTable Print Details

I have a datatable with original data and details data, this detail data can be expanded according to the user's wishes, however I have a printing problem, when I use the print function of the datatable, only the original data is printed...
asked by 14.07.2017 / 22:28
1
answer

Using keys to display javascript

With the angular and other frameworks it is used to display values or call javascript functions inside braces in the middle of html.example codes: <div>{{exibeNome()}}</div> How can I use this without these frameworks....
asked by 27.05.2017 / 17:46
1
answer

How to create a gift without javascript?

I wonder if a web browser, just like firefox, chrome etc. uses javascript to make dom in html! So, is the javascript that makes the dom in html? Like this, when the browser does the rendering it does the right gift? Is this gift made with the ja...
asked by 28.05.2017 / 18:44
1
answer

Angled Bind with Canvas

Good morning, I would like to know if it is possible to bind and / or force the angular bind with the canvas. My problem is this: I'm using the canvas to give a graphical representation of my client and for UI I'm using angular 1.6.2, but whe...
asked by 29.05.2017 / 10:58
1
answer

carousel rotation, can not read style property from null

Well, I'm trying to make a carousel in JS vanilla, however, an error occurs when creating the script part for the carousel rotation JS //Cada Carousel var bannersHolders = document.querySelectorAll(".banner-holder"); //Cada base para as ima...
asked by 29.05.2017 / 16:23