Questions tagged as 'javascript'

1
answer

Get row and column item from a dynamic html table

Good morning, I set up a dynamic html table with information from a SQL table. In the following structure: Thistablehasafilterfieldoftheagencieslistedcode: <script> function myBusca() { var input, filter,...
asked by 20.10.2017 / 15:28
1
answer

Conflict between php number_format and javascript parseFloat

I am putting together a system to calculate freight in php, ajax and javascript. The calculates-frete page receives a value through the number_format(($_SESSION['total']), 2, ',', '.') that comes from the shopping cart. After calculati...
asked by 19.10.2017 / 21:21
1
answer

Auto redirection

I need something to listen to the url, that is, if the url: link for access I want to redirect to another url. The problem is that the url is dynamically generated so http://localhost:15000/api/ReturnPayment/retornoPayPal?id=" + params...
asked by 19.10.2017 / 20:30
1
answer

How to display "Windows" according to day of the week [closed]

I have a menu from Monday to Saturday, and I need to expose it by the week.     
asked by 19.10.2017 / 23:47
1
answer

Update Angular component 4?

Good morning! In short, I have a Navbar component and it has an if that is logged if some items appear and if not, others appear. It works, the problem is that for him to validate the change, I need to give him an F5 to call the "IF" again. S...
asked by 04.11.2017 / 13:16
1
answer

Datatable Jquery Print Specific Elements

How to print specific elements from outside the datatable? Here is a sample JSFIDDLE I wanted when I hit the PRINT button, this div below is also printed <div id="PRINT_HERE_TOO" class="test"> <h1> Pr...
asked by 06.11.2017 / 15:44
3
answers

Remove attribute from a DIV only in the mobile version

I would like to rembrand the href of an element only in the mobile version, which would be at 769px, the href I would like to remove is from a menu, this menu is the same as the desktop version, it only gains another css upon entering 769px, I t...
asked by 16.10.2017 / 20:43
1
answer

MP3 Player html5 and javascript

Next, I have a script that works fine, but with some limitations, the play, pause, next buttons and slider of the music position work normally, but not automatically, when you finish playing a song, it does not jump to next, how to solve this? a...
asked by 16.10.2017 / 20:25
1
answer

Which correct way to apply Lightbox to each descriptive link and clean

I have a small turnaround. I need your help for a change. I am practicing on a personal project, the Light Box effect and if possible I would like to listen to the expensive colleague . Be pointing errors or changes for didactic purposes,...
asked by 17.10.2017 / 04:58
1
answer

Outbound confirmation message

I'm working with document creation, where the user enters the information so that the document can be generated. I would like that if the user had already typed something in one of the fields and clicked to exit the page, an exit confirmation me...
asked by 10.10.2017 / 15:13