Posts by Leonardo Villela • 1,620 points
61 posts
-
1
votes1
answer782
viewsQ: Page effects with javascript
Can anyone answer me how to make pagination effects on my HTML page? For example I have a table but this table can only display 10 records at a time, does anyone have any idea how to do this using…
-
0
votes1
answer817
viewsQ: Doubt ajax request with angular js
Today when performing an ajax request for a url containing a json to store within an array, the vector value is only populated within the http method, and out of it from the error, I did 2…
-
2
votes2
answers12115
viewsQ: Doubt with ng-if or ng-Ide Angularjs
I’m trying to use the directive ng-if to hide a button as soon as I click another but could not find any example and found the documentation unclear, could someone give me an example?? using this…
-
13
votes5
answers41788
viewsQ: How to sort an array of objects with array.Sort()
Could I specify for the method array.sort(); What is the way of ordination? For example, I have an array of person objects, and person has name and number I wanted the sort to be done by name. How…
javascriptasked Leonardo Villela 1,620 -
6
votes1
answer1432
viewsQ: Is it possible to know how many customers are connected to Serversocket?
How do I see how many customers are connected to my ServerSocket java?
-
14
votes1
answer10040
viewsQ: How to Stop a Thread?
How do I stop a running thread with Java commands?
javaasked Leonardo Villela 1,620 -
3
votes1
answer155
viewsQ: Update data in a module with Angularjs
I am developing an application with angular and I call a webservice that returns me a JSON and I wanted to know how to update this Json from time to time with angular, someone could give me a help?…
-
3
votes3
answers2156
viewsQ: The 4th edition of the Javascript book: Is the Definitive Guide still a reliable source?
I recently received the book Javascript The Definitive Guide 4th edition, which covers version 1.5. I wondered if it is still valid to learn the core of language.
javascriptasked Leonardo Villela 1,620 -
6
votes3
answers1337
viewsQ: In what order is a Set stored? Random?
When I store something inside a Set, the order in which it stores is random? And how could I order a set Set?
-
5
votes2
answers87
viewsQ: Error declaration of Javascript objects
function Casa() { var nome; var idade; function exibeInformacao() { console.log("O seu nome e: "+this.nome); console.log("Sua idade e:…
javascriptasked Leonardo Villela 1,620 -
0
votes1
answer93
viewsQ: Error Javascript function
someone could tell me what I’m missing in this function of js? alert("Insira o numero a ser pesquisado"); var num = prompt("Insira um numero: "); var array = [2,23,4,56,7]; function…
javascriptasked Leonardo Villela 1,620