Posts by João Souza • 111 points
6 posts
-
1
votes2
answers887
viewsQ: Transmit information between screens in Ionic with Angular?
Talk personal, all right? I’m going to describe the process that’s leaving me in doubt. I have a list of elements that is filled with data I have. When I click on a list item, I want the app to open…
-
-1
votes2
answers837
viewsQ: Simple Google Maps with Ionic 2
Talk personal, all right? Next, I’m developing an application in Ionic 2 that will need google maps. However the use is not via geolocation, it is only the presentation of the map with a predefined…
-
1
votes1
answer89
viewsQ: Transmit information between html pages with jQuery?
Good afternoon, all right? In my project, I have a list of properties, all different from each other. When clicking on any of them, one should open a page of details with unique information…
-
3
votes1
answer225
viewsQ: Delegation of events to dynamically generated elements
I will try to be more specific. I have a list <ul>which is populated via jQuery: var $imovel = $("#lista-resultados-pesquisa"); $.ajax({ type: 'GET', url: 'imovel.json', success:…
-
0
votes1
answer964
viewsQ: Sort a list <ul> by the "value" attribute of <li>?
Talk personal, all right? So I got a problem... I have a "sort by" button, in this case, of higher price and lower price. What I need to do is sort the elements of a list <li> for his…
-
4
votes5
answers1744
viewsQ: Difference between back-end and front-end?
Guys, there’s a home page that has 3 filters: (select) Property Type: House or Apartment (select) Business Type: Purchase or Rent (input) City or district The person enters with the 3 search…