Questions tagged as 'javascript'

1
answer

Angular.js failed to instantiate the module

Well, it's the first time I've been doing anything with Angular.js and I'm getting a bit of a "Bad Login and Passwords" message with it. I have a method in a .js file that is below: angular.module('myApp',[]) .controller('loginControl...
asked by 12.09.2014 / 02:08
1
answer

Send date parameter without the "/" slashes in the PHP GET method

I have a booking form that sends the data to a URL and on the URL page the data is processed. However I have the problem, the URL can not read the variable from the date fields, because the date picker sends the parameters with slash "/". I'm...
asked by 23.01.2015 / 12:05
1
answer

remove javascript file from header of a page

I have an asp.net application where I load, according to user's desire various usercontrols. Each usercontrol loaded, via scriptmanagerproxy loads a javascript file. As it is loaded by the usercontrol, it will stop at the Header of the page....
asked by 18.09.2014 / 16:02
1
answer

maps, php, sql. Inserting coordinates into the database and reaver map (google) with these coordinates

I have a dynamic map (at least I would like it to be), I wanted it to depend on the user, it introduced the coordinates (based on a form) I wanted and they were entered into the database ... so far so good. But then how did you introduce these c...
asked by 19.09.2014 / 13:17
1
answer

Checkbox with DataTable in table with Paging

I'm doing a table with DataTable and paging, but I need it to have a checkbox on each line. The problem is that when I have to select all, it only selects the first page, the other ones do not take effect. Follow Jquery: $('#selectAll').cha...
asked by 18.09.2014 / 20:01
1
answer

Requesting ajax in a Chrome application

I was developing an application in Chrome and needed to use Instagram's api to display some photos but when I went to do the tests the following error appeared: WhatIfoundstrangebecausetheapplicationhasspecialpermissiononthesite: I've been li...
asked by 11.08.2014 / 18:59
1
answer

Limit range for displaying the tooltip in area chart with Highcharts

I'm doing an area chart with Highcharts and I need the tooltip to be displayed only when I position the mouse cursor at the point of the series, not the line. Does anyone know if there is any way to do this? My example: Here Att     
asked by 08.08.2014 / 16:14
1
answer

Adding elements to a textarea in checkbox order

Well folks would like to know who can help me. I found this script in this American forum link script, it literally does appear the values marked inside the textarea, yet it adds the items following the order of the checkboxes list. <html...
asked by 08.08.2014 / 04:42
2
answers

Why this example of w3s jquery does not work inside web-inf?

Well, I have a project in maven, and in my folder I have this structure.    src > main > webapp > WEB-INF > jsp > index > index.jsp, demo_test.txt This code is inside my web-inf inside of my index.jsp the two files are...
asked by 07.08.2014 / 04:15
1
answer

Error Uncaught ReferencEerror Angle Is Not Defined

My code <!DOCTYPE html> <html ng-app="myapp"> <head> <title>Testee</title> <!-- Bootstrap CSS --> <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/css/bootstrap.min.css" r...
asked by 06.08.2014 / 04:14