Posts by Júlio César • 137 points
14 posts
-
-1
votes1
answer435
viewsQ: Complete text in CSS
I would like to know how I make a span appear only when it is in the mobile version: In the image, I would like the text "Exit", appear only when changing to mobile version. Has as?…
-
-1
votes3
answers171
viewsQ: Align a div that contains a text with a div that has a login box
I would like to know how I can align the Divs of the image below: I’m using bootstrap, and this Templete already came with this login box on the right side. I’m having trouble positioning this other…
-
1
votes0
answers24
viewsQ: How to test a form submission with Jasmine JS
How do I manage to perform a form data submission test using Jasmine? For example, I need to test if my form accepts a registration with no data entered, or if my form accepts a registration with…
javascriptasked Júlio César 137 -
1
votes0
answers502
viewsQ: Place Active class in a dynamic menu with Javascript
I created a menu-controller.js file, which is responsible for taking the menu in my API and dynamically generating in my HTML pages I want to use it. However, I need that when the user clicks on…
javascriptasked Júlio César 137 -
1
votes4
answers2467
viewsQ: Algorithm for calculating verifier digit
Create an algorithm to request a five digit code (COD), and generate the digit (DIGV) checker module 7 for the said code. Assuming that the five digits of the code are ABCDE, one way to calculate…
algorithmasked Júlio César 137 -
1
votes0
answers39
viewsQ: Client-side Browser Cache Problems
There was a problem with my application that I developed here at the stage. I’m making my server machine for a web page that I developed. Only, after a few visits by customers' parties to our site,…
-
1
votes1
answer749
viewsQ: Styling the Menu with CSS
Guys, I’m coming back here again with my question. I got a code that made the :hover was selected on the current page, but it’s not working, would anyone tell me why? Follow the codes: <script…
-
1
votes1
answer411
viewsQ: Styling a bar menu via CSS
Good morning guys I’ve been thinking about how to style my menu, and I had an idea, I was wondering if it’s possible Is there any way I can use a css effect that makes part of my menu select? For…
-
0
votes2
answers35
viewsQ: Problems with my table
Good afternoon guys, I’m getting a problem here on my table If I define td’s to "GCOI, GCTA and GOAG", the GCTA line has a different background color than the others, if I set th’s to "GCOI, GCTA…
-
0
votes2
answers94
viewsQ: Problems with the footer div
Good morning, you guys, I’m having trouble with my baseboard div. Whenever I use the shortcut CTRL + (+), there comes a time when the footer is filling the bottom of the page. Is there any way I can…
-
3
votes4
answers1047
viewsQ: How to invert words and count total characters
As I do via php/html, for example, I have a input for user to type anything, and the time he clicks on the "OK" button, I return the word he typed in reverse, and the amount of characters of the…
phpasked Júlio César 137 -
1
votes3
answers369
viewsQ: Query output on another page
I wonder how I can make the result of a query on a page of mine, fill in a tag on another page; Example: I have a search page the amount of existing processes, when I click the button, let’s assume…
-
1
votes0
answers708
viewsQ: Problems with DATEPICKER, using only month and year
Good afternoon, you guys I have a little problem in my plugin datepicker I’m only using month and year in it, and when selecting a month and a year, the month instead of coming in number, for…
-
3
votes2
answers513
viewsQ: Database search with value of <select>
How to perform a search in the database, through a parameter informed by the tag select? Follow the code below: <select class="form-control" id="inputUnidade">…