Questions tagged as 'javascript'

1
answer

Align table with header

How do I centralize the product table? The table has no Id nor Class. I wanted to get the table through the javascript and modify the width of it to stay in line with the header. But she has no id or class. I can only modify the header...
asked by 12.08.2014 / 22:05
1
answer

Saving data for a while

Is there any way I can use the javascript cookies to store information for 3 hours for example? In my scenario, I need to have a warning page, but I do not need to save those records to the database. I need these warnings to remain for at l...
asked by 18.12.2014 / 18:32
1
answer

watch on a ng-click

I have the following input: <input type="submit" value="Publish" ng-click="submit(editAddNotification)" project-focus-invalid-field> When I run it it inserts the change into my database (a PUT). However, I need to call a certain...
asked by 09.12.2014 / 13:52
0
answers

getting array plsql in javascript

I created a cursor in pl, now I'm trying to pass the records to a array of the javascript to create graphics, newData will receive the cursor data. Javascript created is this: <html> <head> <script type="text/javasc...
asked by 07.07.2015 / 20:10
0
answers

Adding multiple javascript images [closed]

I am adding images by javascript, but before doing the upload of the file I show in a thumbnail the preview of this image, so far everything goes exactly right, however I want it when I click to add another image (having one already select...
asked by 07.07.2015 / 18:21
0
answers

Show latest chat messages

Below is the code to display the last messages exchanged in a chat I'm creating. The Chat works correctly, however, when I start a new conversation the last messages I change do not appear, that is, it does not display a history. Follow th...
asked by 07.07.2015 / 18:46
2
answers

Variable value undefined js

I'm developing a mobile application with the cord, in the mobile version there is a BD that is checking if there is any change in the BD online, if there is an update on the mobile phone, follow my code below: var serviceURL = "http://projeto....
asked by 07.07.2015 / 15:08
1
answer

Videos API - How do I automatically update my posts?

Is there a video API for YouTube and Vimeo that can be embedded through a script on a website and that gives me the ability to automatically update the posts I've made?     
asked by 22.02.2014 / 16:53
1
answer

FB.login and blocking pop-ups

I have a usability issue when requesting extra permissions on Facebook. According to Facebook's documentation, the FB.login function should only be called after a click because most browsers block pop-ups by any other means. The p...
asked by 19.03.2014 / 06:48
0
answers

Change JavaScript code for resized video tag [closed]

In this link I have a test page where the video on the screen is resized according to the selection of the select. I need to load the page when the select transform function loads, but since I do not need to select, only the transform funct...
asked by 22.08.2014 / 01:21