Questions tagged as 'javascript'

1
answer

Use registered addresses in the database in JavaScript / Google Maps

I have in a database the following columns: client name, active or inactive, address and lat and lng coordinates. I need to develop an application in PHP that will display in the Google Maps green bookmarks the active clients, and red the ina...
asked by 19.11.2014 / 13:54
1
answer

Inclined carousel (diagonal) in jQuery and CSS

I need to make a carousel tilted (diagonally according to the image) but with transition between the movements. I've prototyped something in this JSFiddle , but the movement is only working on the "back" button, yet with an abrupt transi...
asked by 21.10.2014 / 12:58
2
answers

Test results do not appear in browser - grunt-karma

I'm using grunt and karma to do my project tests. But when I use the grunt test command, the results do not appear in the browser or in the command line. The only thing that appears is the following: This is my karma.conf.js file: '//...
asked by 01.04.2014 / 16:17
2
answers

Select with transition on change with onchange

How to add a transition effect ( fade ) in a select with onchange , that when the <div> object is changed the same happens a transition happens? Below is a print of the table that was made: Andhere'sthescript:<m...
asked by 25.03.2014 / 22:16
2
answers

Transition effect in jQuery

I'm starting in jQuery and I have a question: is there any way to let the change go down with a kind of transition? <html> <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script><met...
asked by 20.03.2014 / 23:25
1
answer

Promises as function return on node.js

I'm using the Sequelize.js framework. to perform queries on the database, the result of the find function returns an object with 3 methods: success , error and complete Ex: models.ItensPedido.findAll( {where : {...
asked by 13.06.2014 / 21:22
1
answer

How to integrate a select into a table?

I have a table . In Plan 1, I used the jQuery HeapBox plugin, however as I'm not good with JavaScript, I did not know how to configure it, I'd like the select heapbox in Plan 1 to have the same effect as the normal select, with the script that...
asked by 02.05.2014 / 01:02
2
answers

Enable / Disable Tab according to checkbox situation

I have 3 checkbox (Client, Vendor and Integrator), each of them when enabled should give access to a tab, I can even make it disable and enable, the problem is that if more than checkbox more than one tab should be accessible to th...
asked by 23.04.2014 / 19:53
1
answer

I can not insert data into sqlite using javascript

I'm creating a smartphone app using Cordova for a college project. the App consists of a simple register of patients. I'm having trouble writing data to the bank. Initially the recording was working, but I forgot to include an id field with a...
asked by 23.04.2014 / 17:53
2
answers

How to search for a device on an internal network using Javascript and / or Node js

I'm creating an application that uses Websocket to connect two devices to an internal network, but for this to be done, the user must enter the Node server address js into a text field so that it can be used to create a Websocket connection betw...
asked by 11.06.2014 / 05:39