Posts by Demetrius Fernandes • 79 points
10 posts
-
-3
votes1
answer66
viewsA: Center a single div on body with Dsplay: Flex
#envolve { display: flex; align-items: center; justify-content: center; width: 320px; } <body> <div id="envolve"> <div id=tudo> <label>teste</label> </div>…
-
1
votes3
answers65
viewsQ: Select the next TD within a Loop
How do I access the next text td within the iteration of loop? I need to check the next text TD(of the next TR) after the TR current of loop. In the first row of td (administration), ie I want to…
jqueryasked Demetrius Fernandes 79 -
1
votes1
answer58
viewsQ: Remove auto-Focus from Edit_text when placing windowSoftInputMode="adjustResize"
I’m putting in mine manifest the attribute windowSoftInputMode="adjustResize" so that the edittext is above the keyboard when it is active. The problem is that by doing so, auto-Focus is activated…
androidasked Demetrius Fernandes 79 -
0
votes3
answers681
viewsA: How to check the ID value of a tag and how often does it repeat with Jquery?
create a variable and place the li inside with var li = document.getElementById("id_da_li"); then do li.getAttribute("id"); then you make a if saying that if the id is equal to 1 add in the array…
-
0
votes3
answers9055
viewsQ: How to change the text of a button when submitting a form?
With the code below, the send form button should change text to "Loading..." when pressed, but this does not happen. Why? <!DOCTYPE html> <html lang="pt-BR"> <head> <meta…
-
1
votes1
answer316
viewsQ: activate mobile keyboard, just when the page is loaded
I already put the autofocus attribute in the input, then when the page loads the focu is in the input, but only that the mobile keyboard is not activating.. <input type="search" name="password"…
-
2
votes0
answers220
viewsQ: Javascript code only works on the first run
The code causes the search button to disappear and then appears an input to enter the search $('#dispara').on('click', function (event) { event.preventDefault(); $('form div').addClass('active');…
-
-1
votes1
answer121
viewsQ: Jquery mobile duplicating elements
<!DOCTYPE html> <html lang="pt-BR"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Troca Games - Games…
-
0
votes1
answer389
viewsQ: Ionic framework, for which platforms compiles ?
For which platforms does the Ionic framework compile ? and the end result is a native app or a web app that runs on platforms ?
ionicasked Demetrius Fernandes 79 -
0
votes2
answers1870
viewsQ: Dialog does not open
When I click the new button should open a dialog window but does not open and gives this error in the console: widget for var 'test' not available What can it be ? <ui:define name="menu">…
primefacesasked Demetrius Fernandes 79