Questions tagged as 'javascript'

0
answers

Total value outside of code [closed]

I have this code below, which is doing sum as I want, but would like it to generate total values, type:    TOTAL ENTRY = R $ 200   TOTAL OUTPUT = R $ 50   TOTAL GENERAL = R $ 150 I wanted it to be outside the code of javascript ,...
asked by 05.05.2015 / 00:45
0
answers

AngularJS: Doubts with complex template

I need to create a page where the template should vary as requested. For example, on the home page I have a space for tabbed content and a fixed column (as shown below). Both the tabs and the column are independent. However, for all other pag...
asked by 11.05.2015 / 22:26
2
answers

How to remove FullCalendar events?

I'm using this: eventClick: function (calEvent, jsEvent, view) { $('#calendar').fullCalendar('removeEvents', event.id); }, My database has: id , title , start , end , username I tried to change "event.i...
asked by 04.05.2015 / 15:57
0
answers

Send to database - Add / Remove / JavaScript

Searching, I was able to find a script to create and remove fields. Link Adding and Removing Javascript Fields My question now is how to send this data to the database for future reference and display? My version: $(function (...
asked by 08.05.2015 / 18:13
1
answer

Return in each getJSON - Jquery

I would like to know the following how do I give return in a function created by me in a situation below. For always returns undefined object, but when I give an alert it returns the normal object. function jjson(url){ var result...
asked by 30.04.2015 / 21:43
2
answers

How to use user informed search conditions (not required)

My question is a little complicated to explain, but come on. I have several checkboxes, where it is not mandatory to select them to do the search, just are search parameters, my question, how to do this "relative search"? Parameters are the chec...
asked by 11.05.2015 / 21:42
1
answer

Block form submission when clicking back

It may sound like a beast question, but I'm amazed that when I click the back button, the form is sent. The code looks like this: <form id="idform" method="post" onsubmit="return funcaodevalidacao(this);"> <!-- conteúdo do form...
asked by 10.05.2015 / 21:45
0
answers

Stylization of video drivers

I want to stylize the drivers I created with HTML, CSS and JavaScript, but I'm not able to do one that would be mute. It works as follows: it will have the image of a musical note which means that the sound is inactive and when clicking on it wi...
asked by 27.04.2015 / 18:32
0
answers

Mediaelement.js - Pause / Stop all other audios / videos of the same class when starting some

I'm having some headaches to implement a BGM and BGS system for a fanfics site here. I'm using mediaelement.js for mobile interoperability and support for Youtube videos. Anyway, I'm trying to implement exactly what is in the title: Two au...
asked by 28.04.2015 / 02:35
1
answer

Insert square in caption googlemaps

I'm trying to add a caption in my google mapmap. To mount the caption I created a square with the color representing a value. css: .square{ width: 48%; height: 0; /* Quadrado */ padding-bottom: 48%; margin: 1%;...
asked by 29.04.2015 / 21:02