Questions tagged as 'javascript'

1
answer

Corrections in Fullcalendar

I'm trying to adjust the display position of the content within the first, the one that shows the Month / Day. I would like it to appear as: Day / Month, Ex: 23/08. I searched, but my lack of "ability" with Js is hindering me a little,...
asked by 23.08.2014 / 17:55
1
answer

Sending and requesting form via Ajax - (pure JavaScript)

I'm a beginner in JavaScript and started to see Ajax. I made an example where I have a form that sends a name to a php file. This php receives via post and writes the information in a txt. Home I am using Ajax to send the data and trying to requ...
asked by 31.07.2014 / 05:04
1
answer

Unknown provider: ifFilterProvider - non-angular ifFilter

I have following in my app.js (function(){ 'use strict'; angular .module('app', ['ngResource','ngRoute']) .config(function ($routeProvider) { $routeProvider .otherwise({ redirectTo: '/' }); }) .c...
asked by 22.08.2014 / 00:26
1
answer

Validating text box

Always when I do a javascript validation of a text box, to see if it is empty or not, I do it as follows: function validar(){ var input = document.getElementById("texto"); if(input.value == ""){ alert("Preencha todos os campo...
asked by 01.08.2014 / 23:57
1
answer

Grid with single index

Hello, what's the best way to make a grid by Javascript and HTML? I need to be able to draw or change the area color of each blank space. I made it that way but it does not answer because when I try to change the color of a single square it ends...
asked by 02.08.2014 / 14:52
1
answer

jquery-ui dialog displays only the title bar

In my spring application, every link of class popup on the page below opens in a popup window implemented with the dialog widget of jquery-ui: <%@ include file="../include/header.jsp" %> <div class="navbar navbar-in...
asked by 20.06.2014 / 23:06
1
answer

Redirect of codelgniter

I'm trying to put this alert with a Codelgniter function that is% with%. I put it to redirect the page, but alert does not work. What can it be? $data['categoria'] = $this->input->post('categoria'); $data['slug_categoria'] = $...
asked by 22.06.2014 / 09:06
1
answer

Turn uppercase characters of an entry into lowercase characters

I have this simple form and a jquery code that automatically fills in the 'email' field with the first name of the 'name' field and adds '@domain.com' to form an email address. How do I furthermore make the uppercase characters of the 'name' fie...
asked by 22.06.2014 / 21:27
2
answers

Javascript activating form action

Situation: It has the form and one of the options I want is that it results in a sum of variables automatically by clicking a button or it can be without clicking, just the user just typing the values. The problem is: he is already activating...
asked by 24.02.2014 / 00:26
1
answer

Bootstrap Navbar Collapse problem with firefox

I recently started working with Bootstrap and am trying to create a navbar . The problem is that navbar appears to be normal until we decrease the size of the window where it gives collapse as it should, but the toggle...
asked by 03.03.2014 / 19:15