Questions tagged as 'javascript'

1
answer

The map does not update if there is no window change

Hello good afternoon and many thanks in advance. I am trying to create a website where a point indicating my position appears in real time. The code of the end that I created, I think it does what I expect. But after trying several browser...
asked by 21.10.2017 / 19:00
0
answers

Problems with ARRAY and FUNCTION in JAVASCRIPT

Hello, I come to you to see if they give me a hand because I have the following error in javascript: TAXESID[1] = 1; TAXESNAME[1] = "Ninguno"; TAXESISONAME[1] = "Ninguno"; TAXESPORCENT[1] = "0.00"; TAXESID[2] = 2; TAXESNAME[2] = "Impuesto Gen...
asked by 21.10.2017 / 17:16
1
answer

Unable to call jsp function from jsp using Spring MVC

I have tried various ways to run a javascript from a jsp in a project using Spring MVC, all have failed: Spring MVC - How to include JS or CSS files in a JSP page This is the structure of the project: The index.jsp (specificall...
asked by 22.10.2017 / 04:02
1
answer

Load Dynamic Table through jscript consuming a WebService asp.net c #

Good I would like you to help me comment I'm doing a webservice project and website, and create a dynamic table according to json what I vote but when I put the default parameters if I can get it right but in my webservice when I put input varia...
asked by 19.10.2017 / 02:05
1
answer

Div invades another div

I have two div that have to be in fixed so that they always stay at the top of the page, but the div above is eating little space of the div that has the menus. link     
asked by 01.11.2017 / 15:47
0
answers

Upload data with Ajax to fullcalendar

I am working with a Jquery Plugin called FullCalendar and I intend to send the events from an ajax call but I am super novice with it, I have the following code: HTML: <div id='calendar'></div> JavaScript: $(document).ready...
asked by 18.10.2017 / 19:48
2
answers

How to define an array of a data type in a property in a JSON object?

I have this next obj nuevoEvento : { infoBasica : { nombre: String, escenario:String, valor: [{ titulo: String, valor: String }], lugar:{ escenario: String,...
asked by 23.10.2017 / 17:05
2
answers

Select - Option with two font types

How can I format the attribute of an element with two fonts or colors to distinguish between two fields? for example Ensenada, Baja California Mex Ensenada, whether it is of a type or color of letter and Baja California Mex is of another type...
asked by 19.10.2017 / 00:57
1
answer

Bootstrap 3 Datepicker first day of the month

I am using the bootstrap3 DataPicker, but I have not been able to set it to start on the 1st of the current month, I have tried many forms, here below one of them. Has anyone done it? $(function() { $("#date_id").datepicker({ firstDay: 1 })...
asked by 23.10.2017 / 19:50
1
answer

create a lock class for select2 that can not be deleted

I am trying to create a class .lock that can not be deleted. The idea is to make the option element that has this class not be possible to erase it. I managed to make the class transparent between the elements, but I can not d...
asked by 17.10.2017 / 15:59