Questions tagged as 'jquery'

1
answer

______ qstntxt ___

I have a small aesthetic problem in 1 dropdown menu.

The problem is this, I increase the padding in CSS (bottom and top) and change only occurs in the last "read" from the menu.

I have made several attempts and found which could change. Did the most spaced submenus stay.

Menu Link: link

    
______ ___ azszpr295546

Frederick had to make some adjustments in the CSS, let the comment in the code, but basically u have to set the %code% , but have to remember to adjust the %code% %% in %code% too. Basically that's it. But you tb need to adjust the heights of the + and - buttons for them to get centralizas. (I've done it but if u want to increase more u will need to center again, tb let it commented in CSS)

Here's how it was in the code below

%pre%
    
___

I have a small aesthetic problem in 1 dropdown menu. The problem is this, I increase the padding in CSS (bottom and top) and change only occurs in the last "read" from the menu. I have made several attempts and found which could change. Di...
asked by 02.05.2018 / 13:45
1
answer

Hide and show div after a certain time

I'm creating the screen of a system that will show graphics and will be displayed on a TV. There are two class one .tela-01 and another called .tela-02 that is with display: none. I would like it to change between these two screens every 10 seco...
asked by 01.05.2018 / 00:04
1
answer

How do I get a list of JS objects in Controller C # MVC?

I have an object with a list that will return me 3 or more items. I pass this object like this: var jsonObjs = JSON.stringify(arrayObj); alert(jsonObjs); CarregaNotas(jsonObjs); functionCarregaNotas(notas){jQuery.ajax({type...
asked by 30.04.2018 / 14:40
1
answer

Clip Property

I'm using the clip property in a tag to make a cut in the bottom of it, however this image will be dynamic, the size of the width is fixed but the size of the height will be dynamic. So if I have an image with height: 1000px; an...
asked by 06.06.2018 / 20:38
1
answer

Soft Scroll Bootstrap

$(document).ready(function() { $(".scroll").click(function(e){ event.preventDefault(); $('html,body').animate({scrollTop:$(this.hash).offset().top},1000); }); }); .menu{background:#ff0;} .section-1{width:100%;height:100v...
asked by 06.06.2018 / 00:31
2
answers

How to clone Divs from a past number of Select?

I need to create a select with values from 1 to N numbers. After the user selects a number in the select I have to clone the lote div from the selected value. Example: if I select the number 2 in the select, you have to clone two divs....
asked by 07.06.2018 / 15:38
1
answer

auto zoom in the image

I have the following code: .zoom { overflow: hidden; } .zoom img { max-width: 100%; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; } .zoom:hover img { -moz-transform: scale(1.1); -webki...
asked by 27.04.2018 / 22:37
2
answers

How to put the option to check all the Checkboxes in the JQGrid

I need to put the option to check and uncheck all checkboxes listed by JQGRID I can not imagine how. Below the table JS. var grid = $("#jqGrid").jqGrid({ url: '/Expedicao/Minuta/CarregaTransportadorNotas', datatype: 'json...
asked by 27.04.2018 / 20:55
2
answers

get all keys in an array of json with js

I have an array of json, which I currently get values like this: for(element in data){ data[element]['productor'] } And my question is the following, would I have like to play in html, all my keys and values without necessarily knowing...
asked by 28.04.2018 / 06:12
1
answer

doubt sore o each JQUERY

I'm breaking my head and I can not seem to find the problem to have a table that is created dynamically when I scan it it appears position 0 as null and after that it starts to appear normal HTML screen linecreationintablevarid=1;functioncri...
asked by 28.04.2018 / 01:53