Questions tagged as 'javascript'

1
answer

How to retrieve remote text from PHP in jquery.validate

Friends, I would like to know how to remotely retrieve the text of messages from jquery.validate in PHP. $('#ajax_form_inclusao').validate({ rules : { numeroContrato : { required : true }, dataInicial :...
asked by 06.05.2014 / 16:56
1
answer

Failed access to SPServices in a SharePoint list

I created a SPServices that queries a list in SharePoint 2010 and returns the value of a single field. However, this query is returning the following error: soap:ServerException of type 'Microsoft.SharePoint.SoapServer.SoapServerException' wa...
asked by 16.05.2014 / 23:02
1
answer

Meaning of part of JavaScript code

I built a code to prevent my search engine from doing searches with the search field blank or with the default message that appears in the value, I received a part of the code and when implementing it appeared an error that did not happen before...
asked by 23.05.2014 / 15:01
1
answer

Deselect items when moving between listboxes

In my application I have two listboxes, one with "available players" and one with "scaled players", as well as two buttons to move the items between them, > and > . My problem is this. As soon as I select an item in one of the listbox,...
asked by 21.10.2014 / 15:14
1
answer

Pass value that I click into div popup

I want to get the value of the day I have in a table. This is a hyperlink, and when I click, I move to the popuup div, which will open with the printed day (variable aff_j). disp("<TD class=j bgcolor='"+colFerie+"' align='center'><a o...
asked by 21.10.2014 / 16:02
1
answer

Problem with Drag Drop ExtJs

I get the following error when I drag a "file" to another "folder" in tree TypeError: b is null or TypeError: a is null . Here is my two tree code: Ext.require(['Ext.tree.plugin.TreeViewDragDrop']); var storeProc = Ext.create('Ex...
asked by 17.06.2014 / 13:22
1
answer

Manage iframe activity

Good evening everyone !!! I came to ask for a help from you. I'm building a .php page with html structure that contains an IFrame in your body. As soon as this .php page is opened, the iframe loads a web page that is not managed by me, but I can...
asked by 25.07.2016 / 01:43
1
answer

Flexslider - Thumbnails Vertically

Hello, I'm using a Flexslider to do the image listing of the page, but I would like to know if there is an option to list the carousel images vertically at the moment they are going horizontally. Here's what I need to do: YoucanseethatifI...
asked by 22.07.2016 / 14:41
1
answer

React.js Failure Handling Events

I'm starting to learn React.js by seeing some videos, tutorials and documentation. However, I'm having a problem with my code in Google Chrome appearing like this: AndinFirefoxneitherIgetanyerrormessageinformationandsupposedlyshouldappear,at...
asked by 26.07.2016 / 20:39
1
answer

Search name region / city php

I'm using Yahoo's Weather API. The thing is, I want the time to be presented to the user's location. Given that I am using the following: $BASE_URL = "http://query.yahooapis.com/v1/public/yql"; $yql_query = 'select item from weather.forecas...
asked by 20.07.2016 / 11:25