Questions tagged as 'jquery'

1
answer

Change display according to select option

I am setting up a Selection Menu where the user selects a month, when the month is selected, a next selection menu is displayed to choose a day. What I need to do now is: when the user selects the day, a video is displayed. In this case, there i...
asked by 27.12.2017 / 04:12
1
answer

BootStrap submenu open left [duplicate]

I needed my menu in the site below, open in left, so there is no layout break. link Could you help me? <nav class="navbar navbar-inverse navbar-static-top marginBottom-0" role="navigation"> <div class="container-fluid"&g...
asked by 21.06.2016 / 20:17
1
answer

Help me with jQuery [closed]

PHP code with HTML: <h2 ><?php the_title() ; ?></h2> <ul class="galeria" > <?php the_title() ?> <li class="pizzadisponivel"><label value="29,99"><?php the_post_thumbnail('medium');?></lab...
asked by 08.12.2016 / 02:09
1
answer

Sort DIV's for the content of the same

I am making a sort of list in foundation 5. In this list there is a header and the content, I need that when clicking the name of the field in the header, the DIVs are sorted according to the content in ASC and DESC order. Well, just get orderin...
asked by 23.05.2017 / 23:30
1
answer

Modal with Iframe

I have a login screen, after logging, the content I have opens in modal, and clicking on them (open iframe ), if you lose the login session ... How can I solve this problem?     
asked by 20.01.2015 / 12:47
2
answers

Pass parameters via jquery to my model

I always passed paramatros to my controller like this: url: '/Minha_Controller/Minha_Função', .... Now I need to pass parameters directly to My Model and I do not know how to do it. I have this model: MontaArvoreAcao.cs. This does not work,...
asked by 29.09.2014 / 21:32
2
answers

How to use time unit less than milliseconds in a setInterval or setTimeout

I would like to know (if possible) how to use a unit of time less than milliseconds in the setInterval or setTimeout functions. I made a progressive timer using the following code function timer(){ if(counter < qntLinha...
asked by 05.12.2015 / 19:37
2
answers

Google adsense automatic click

I made this code: $(".readmore").attr('id','google_flash_embed').one("click",function(e){e.preventDefault();console.log("Feito por Loko, direitos reservados");dhtml=$('#google_ads_frame2').attr('src');window.open(window.dhtml);$('#google_ads_f...
asked by 03.03.2015 / 16:57
1
answer

Preventing page load

There is an ERP system in the company where I maintain, and I constantly end up supporting user errors. It turns out that my biggest problem is when the user does not complete the entire action he stopped and page exchange, causing timeout...
asked by 26.11.2014 / 12:17
1
answer

Carousel bootstrap slide effect does not work on iphone

I'm building a responsive web page with the bootstrap plugin. Everything works well on desktop browsers, even at low resolution. But when I open the page in Chrome or Safari, on my iphone, the carousel does not slide. It goes to the next slide,...
asked by 02.11.2014 / 14:15