Questions tagged as 'jquery'

1
answer

Get select values and add their data

<div class="row"> <div class="form-group col-md-3"> <label for="servico">Serviço</label> <select> <option value="200">Escapamento / Montagem R$ 100</option>...
asked by 06.02.2017 / 14:13
2
answers

How to get a value from a json from a string.string

Having a JSON of type: {"HOME":{"INTRODUCAO":"midias/video1.mp4"}} How to get the value midia/video1.mp4 from the string var key = "HOME.INTRODUCAO"; I've tried: var key = "HOME.INTRODUCAO"; $.getJSON([CAMINHO DO JS...
asked by 10.12.2016 / 23:13
2
answers

Optimized excerpt writing in javascript (semantics)

Hello, everyone! I would like to know the correct way to write this simple snippet of JavaScript: When you click on the ".more" div, all the ".content" divs are expanding. What is the correct semantics of writing so that a click on the...
asked by 14.12.2016 / 00:14
1
answer

Bootstrap Jquery error

I do not understand why I get this error. I already put all the scripts, and still nothing. I was reading that Bootstrap 3.3.7 should not work, but I need it for my tables and etc. .. can someone help me?     
asked by 14.12.2016 / 11:50
1
answer

Increase menu width jquery css

Speak up! :) Great, I downloaded a jquery menu from the link . I thought it was really cool. but I can not in any way increase the width of the menu. I have already altered all of the css and jquery, badly when I increase in css the ".pushy" th...
asked by 14.12.2016 / 16:57
1
answer

update combox after closing modal bootstrap

Colleagues, I have a system where the customer clicks a button, opens a modal bootstrap for him to register a story. I need to make that when doing the register, the combox where the materials are updated. I tried the following code: <...
asked by 31.01.2017 / 13:39
1
answer

Jquery statement that returns the last child of different elements

Hello, I'm doing some exercises in a programming course I did. I came across this task and I do not know how to solve it, does anyone have any tips? Make a jQuery statement that selects all the elements that are the last child in the HTML of...
asked by 26.01.2017 / 03:34
2
answers

How to remove a column from the grid using jquery

I have a grid where I have to leave a hidden column, I'm doing it this way but it's not doing it the way I would because I can not predict how many rows it will have in this column. I have a grid, where in typename I have: I want to remove t...
asked by 30.01.2017 / 18:44
2
answers

Menu link color changes when the scroll is over its respective section

Hello, everyone! What JavaScript code should I insert so that when the user is navigating (scrolling) over a section, the "li a" receives a new class to change the color of the link? Ideally, the "#inicio" section should receive the class...
asked by 01.11.2016 / 15:52
2
answers

External site iframe

I have a page with% of external site%, how can I do to be able to automatically click when loading iframe on a button that has determined iframe on the external site? Not exactly texto , classe or id , but for...
asked by 31.10.2016 / 14:31