Questions tagged as 'javascript'

1
answer

Page Scroll with jQuery

I'm trying to make a page scroll when I click on a link from my navbar, but when I click I get the following error in the console:    Uncaught TypeError: Can not read property 'top' of undefined $(document).ready(function (){ setB...
asked by 25.08.2016 / 19:58
1
answer

with capturing the width of the print screen with jQuery

I have the following code: HTML <table style="width: 100%"> <tr> <th> teste </th> </tr> </table> JQUERY // Imprime a página window.print(); // Redireci...
asked by 27.08.2016 / 21:37
1
answer

Display complete modal string

I'm using Java, JPA, Wildfly and Primefaces. I have a table that displays text, but this text is being cut in view by table size. I have to create a boon that calls a modal to display the full text. table row has its button to display its detail...
asked by 24.08.2016 / 21:18
2
answers

Get Input Text values within modal-body

Expensive; How to get INPUT TEXT values and direct them to Body-Modal? I have a form with multiple inputs disabled, so the user does not edit. However, by clicking the button that calls MOdal, I wanted the modal to appear in this modal....
asked by 31.08.2016 / 01:43
1
answer

How to submit forms automatically without submitting and without refreshing the page

Hello, I'm a relatively new programmer in php and I'm developing a website. It is a site where there is a list of companies. And I wanted to implement in it, search filters, the first of them being a select "Select your city": <form meth...
asked by 01.09.2016 / 00:15
1
answer

How do I put a while within an angular object?

I need all the rows listed in the while to be listed inside the object, however, only the last row of the array in the object is appearing to me. $scope.eventos=data; var contar = 0; while (contar...
asked by 31.08.2016 / 23:38
1
answer

How to properly add more than one ion-radio in a template?

I'm having trouble adding more than one ion-radio to a template. I have a screen with an ion-radio that is working accordingly. But I need to add a few more and I'm having trouble.   When I dial the first radio option marking, it works accor...
asked by 01.09.2016 / 15:02
1
answer

Convert Currency String to FloatValue

blz? How can I convert a currency string (pt-br) value to a float value in javascript. "10,000,000"     
asked by 17.08.2016 / 17:01
1
answer

How do I make an interaction between two tables with AJAX?

I need to make an interaction between two tables in a side tab, where initially an "answer" table is hidden and the "question" table will be available and as soon as in input of search above them I type something via AJAX it will automati...
asked by 16.08.2016 / 22:09
1
answer

How to read return from a java function

I use a third-party ged platform that provides web-services JAX-WS . There is a method called getInstanceCardData that returns the value of the form record fields of a request. Here's the method signature: Method:    getInst...
asked by 16.08.2016 / 13:48