Posts by R3oLoN • 459 points
6 posts
-
1
votes3
answers980
viewsA: Run jQuery on onclick button
You are breaking the HTML syntax using "(double quotes) inside the onclick valve, try to use '(simple quotes). Change of: <input type="button" id="btnteste"…
-
2
votes2
answers1731
viewsA: How to make a fixed and retractable footer similar to the Economy page of the Earth portal?
You can use the .animate() jquery to hide the display footer Follow an example: Jsfiddle
-
25
votes9
answers13997
viewsA: How to create a website without reloading every click on a link?
From my point of view, all the answers are correct, but no one has remembered another way to do it, using the Angularjs and the recourse to ngView you can do this in a practical and fast way is the…
-
2
votes2
answers2488
viewsA: Updating values in a Listview
I’m not sure I understand your doubt, but in your case listview have a Adapter you can implement a method that updates the ArrayList within the Adapter and calls the method notifyDataSetChanged Ex.:…
-
2
votes1
answer99
viewsA: How to use "display: initial;" on IE9?
The estate display: initial is not supported by IE, in your case display: inline; would not have the same result?
-
-2
votes3
answers1261
viewsA: What does "android.R.id.content" mean?
The android.R.id.content and a generic identifier for the view root element.