Questions tagged as 'javascript'

0
answers

html / php form

Well folks, I'm just making a form that is happening to me a little unexpected: InsomefieldsthecompleteinformationdoesnotappearandIdonotknowwhy.Forexample,thenameinsteadofbeingDiogoFariaforexampleonlyappearsDiogoandthesameistrueinotherfieldsf...
asked by 28.04.2015 / 23:14
1
answer

How to search for files by name

I'm trying to search through names in a folder containing several different JSON files. var app = angular.module('myApp', []); app.controller('customersCtrl', ['$scope','$http',function($scope, $http){ $scope.buscar = function(name){...
asked by 28.04.2015 / 04:36
2
answers

Validating fields when submitting form

How can I validate multiple fields in the form where these fields are created dynamically? Example: <tr align="right"> <td style="font-size: 11px;"><b>Item 1 - Descontos:</b></td> <td><input type="...
asked by 29.04.2015 / 21:18
0
answers

Changing ngResource's save and using CORS (Cross Domain)

I'm developing an application with angular, and I'm having a problem with the ngResource module. I need to call a URL from another system, so I've already added the required headers in the other application. However in my request I need to ca...
asked by 06.05.2015 / 21:05
0
answers

Synchronize facebook photo album on site

In a web site project a client asked me if it is possible for him to register his photos on facebook and they are updated / synchronized on his website, because as they work with events, it would be much more practical for them. Has anyone do...
asked by 07.05.2015 / 19:41
1
answer

Problems with accentuation in .load

The site is all right, database, files and meta everything in utf-8, but when I use $("#aviso").load("inc/aviso.php");},1000); It results in these characters , when I access the warning.php file it is with the accents all right. I'm us...
asked by 08.05.2015 / 00:30
0
answers

Best way to treat string in nodejs

I'm working on an application using a socket for an application on my server. I'm having difficulty handling the calls generated by the net module. My application is in real time, that is, every 200ms I send a request to the socket so that it...
asked by 08.05.2015 / 16:47
0
answers

What is the right way to get values with / or special characters using jQuery? [closed]

I have a jquery function in a view, which takes the date in a text field. The problem is that my jquery .val () function does not get the value after the slashes that separate the dates. For example 12/06/2013 it only takes 12, disregards the...
asked by 25.05.2015 / 19:48
1
answer

how to include video source using javascript

How to include the video source using javascript without printing the final code in the browser (with the element inspector)? I have been thinking about various ways even judging currently impossible, but I would like your opinion on this. I use...
asked by 25.05.2015 / 19:52
0
answers

Error setting property of JQuery FullCalendar when user changes date

I need to change the minTime property of the view agendaDay of FullCalendar dynamically as the user changes the date. I've already tried the following: dayRender: function(event, element, view) { $('#calendar')....
asked by 29.05.2015 / 20:14