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 ,...
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...
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...
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 (...
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...
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...
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...
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...
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...
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%;...