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...
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...
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...
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?
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,...
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...
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...
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...
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,...