Questions tagged as 'javascript'

4
answers

Create layout for PHP and .Net applications

I work in a public body and we have numerous web applications in PHP and .Net . I'm working on a standard layout so that we maintain the visual identity across all systems. Is there any way (tool / framework / API) that every develope...
asked by 29.01.2016 / 13:41
2
answers

Script giving syntax error after; [closed]

This script gives error: <script> $(document).ready(function () { $('#dataSolicitacao').datepicker({ format: "DD/MM/yyyy", language: "pt-BR", minViewMode: 0; ori...
asked by 01.04.2016 / 13:25
3
answers

Difficulty accessing CSS and JS files

I have multiple files with css and js on my site and would like to make it difficult direct access to them, but I have no idea how I could do this. For example, in php it's simple to do this, but how could you do this with files...
asked by 15.04.2016 / 16:34
3
answers

API Google MAPS location from address

I have an address saved in the database, divided correctly and I need from this address to generate latitude and longitude and also to plot on the map a marked in the registered area. SGL_ENDER_ESTAD: "MG" TXT_ENDER_BAIRR: "MEU BAIRRO" TXT_END...
asked by 06.10.2015 / 15:51
2
answers

Change class with javascript or jquery

I have a menu in html with a class menu-disable which is when it is closed, I need to change this class to menu-active that will be when it is open. I do not know much about javascript and I needed to do a script or javascript o...
asked by 22.12.2015 / 23:40
2
answers

Submit multiple forms with AJAX, one at a time

I have a code that I get with PHP registered students in my bank, and I make a for it to have 1 form for each student. Each form has its button submit, which takes you to the AJAX function to serialize form. This is my form's tag (which is wi...
asked by 08.01.2016 / 17:28
3
answers

as per values inside objects [closed]

I have a " span " with date properties: <span data-label="Name" data-icon="user"></span> And in the script I have a variable with objects: var widgets = { options: { label: null, icon: null } }; Ho...
asked by 01.01.2016 / 00:23
3
answers

How to make the background inside a div occupy the entire body

I want to put an image inside a div that occupies a whole body, that when you increase the screen with the mouse scroll, it continues to follow the size of the whole screen. Example site with background like this: link When you enlarge the scr...
asked by 31.03.2016 / 20:56
2
answers

How do I show a description of a shirt when I click on it?

My code looks like this: <div class='CamisetaTudo'> <img class='Camiseta'>camiseta.jpg</img> <p class='Clique'>Clique aqui</p> <p class='Descricao'>Descrição aqui</p> </div> <div cla...
asked by 15.01.2016 / 00:44
1
answer

How do I get the name and initials of the surname in JavaScript?

Getting the name and initials of the surname in javascript ex: Manoel de Souza Oliveira . Return: manoelso I have this code that takes the first name: function dicalogin() { var nome = form.no_nome.value; var...
asked by 20.01.2016 / 20:57