Posts by João Miguel • 49 points
5 posts
-
1
votes1
answer31
viewsQ: Paste numbers without formatting
How could I do to remove points from a number formats? For example, I take and copy a value 000.000.000 and I’ll put it on mine input, it would automatically leave this formatting of it and would…
-
0
votes1
answer47
viewsQ: Put JS only in a div
My question is this, I have a div I need her to have a less up-to-date version of js. My page has the Bootstrap 4.1 and need to rotate the jquery 2.2.3 in the div, where the most updated version…
-
2
votes1
answer172
viewsQ: Navbar does not change content
How to do to the navbar of Bootstrap 4.1 vary between the contents when clicked on them, I created the nav following the example of the site. To navbar open her items need to add action with js in…
-
1
votes2
answers336
viewsQ: Foreach running only once
I have a code that reads a txt and writes the txt data in the database, only the foreach does not do the repetition and only writes the first line. $arquivo_tmp = $_FILES['arquivo']['tmp_name'];…
phpasked João Miguel 49 -
0
votes1
answer43
viewsQ: How to make image respect page content
I was able to align my image through this topic Align text after image , only that the image sits on top of some other content of the page, as I could arrange? My div: <div width="10%"…