Questions tagged as 'javascript'

2
answers

On-demand paging with button and POST method in PHP using PDO

I looked at some sites and saw some things about it, but I can not understand the logic behind the page on demand. jQuery(document).ready(function(){ jQuery('#btnpaginas').click(function(){ var dados = jQuery( this ).serial...
asked by 01.09.2017 / 03:06
1
answer

Many zeros in the modal

I created a test modal in the attempt to return the value of the id to the view and since it has more than 5000 records in the query, I do not know what happens .. but it prints one million zeros in the modal, does anyone know the can it be?...
asked by 31.08.2017 / 22:30
1
answer

Reports in a web application [closed]

I'm developing a web application and I'm needing a help in reporting, I'm new and I do not know what the best reporting tool is, whether through a framework, JS, javascript, or java libraries ; with a newbie in the area would like to know the be...
asked by 31.08.2017 / 21:06
1
answer

Url loads the characters! #% 2F and does not load the correct view in Angular

I'm in my root index.html and it loads normal, but when I type the # plus the / and a view for example the test url view is: strong> index.html #! #% 2Fview-test . I would like to know what! Follow the route code: angular.module('teste'...
asked by 24.08.2017 / 23:44
1
answer

javascript - Ignore white space in the string [closed]

I have this function in javascript and need to ignore the whitespace of the string. I think the function is removing the "blank spaces". Does anyone know how to use this same function without removing the blanks? function getParameterByName(na...
asked by 24.08.2017 / 17:47
1
answer

What is the difference between ECMAScript and JavaScript? [duplicate]

What is the difference between ECMA Script and JavaScript? I hear a lot about the term ECMAScript, ES5 , ES6 , linked to the JavaScript language. Is there a similarity between these two terms ?     
asked by 24.08.2017 / 21:45
2
answers

Insert text in timeline

I made a timeline using HTML and CSS and I need to add a story every year when I clicked on a particular year of the line displaying the story it contains that year, how do I do that? .DB_Timeline { padding: 0; margin: 0 auto; lis...
asked by 24.08.2017 / 01:37
1
answer

How to edit tables in JavaScript

I have a problem with a table that I made in html and javascript. The page is composed of 3 input fields that with the entered value is forwarded to the table below. But I would like to be able to edit table items without having to delete and...
asked by 24.08.2017 / 19:07
1
answer

Trusted credentials with Facebook Javascript SDK

I have a web system in which I capture the user id of Facebook and store it in the database for later use, I am currently calling via the SDK and the command by hidden field (low security method). Would you like to know if I can enter this in...
asked by 20.09.2017 / 16:32
1
answer

jquery - pass variable from page to page

Well, I have this scenario ... my index.html calls another page (home.html) and there are two variables in the index that I want to take home to make my decisions ... index code. $("a[data-type]").on('click',function(){ var _nome =...
asked by 20.09.2017 / 00:02