Posts by Felipe Scars Silva • 25 points
7 posts
-
0
votes0
answers37
viewsQ: Parse error: syntax error, Unexpected T_OBJECT_OPERATOR in
My file is showing error in the highlighted line with the following Parse error: syntax error, Unexpected T_OBJECT_OPERATOR in C: Webserver Apache2.2 htdocs test vendorLaravel framework src…
phpasked Felipe Scars Silva 25 -
0
votes0
answers21
viewsQ: How to get Windows username
I am trying to display the company’s employees name on an intranet portal. To use as a greeting, for example, Hello "So-and-So". The way I came closest to this was through Asp using the code below:…
asp.netasked Felipe Scars Silva 25 -
1
votes3
answers1321
viewsA: Onmouseover effect
You can use several other properties like: Color, Visibility, display, border-color, width, height... among others. Whenever a property is divided by space in css, for example: "background-color and…
-
0
votes2
answers134
viewsQ: Count only from visible cells
I’m having a problem with my code. I have a dropdopwn menu that displays notifications. When the notification shows the same date as the current day it displays <div class="label…
-
0
votes2
answers52
viewsQ: How to add the <li> tags
I wonder how do I add up the amount of <li> Follow an example: <ul> <li>exemplo 1</li> <li>exemplo 2</li> <li>exemplo 3</li> <li>exemplo…
-
1
votes1
answer26
viewsQ: script only in visible tags
I want the script to count only tags <li> which are visible, but the code below counts even with display:none. Is there anything that can do that? I have the following HTML: $( ".rodapeUlCat"…
-
0
votes3
answers14327
viewsA: Count amount of LI within a UL
Is there any way to count only visible Ivs using the above code? for example in the code below: var total = $(".rodapeUlCat li").size(); $(".rodapeCat").text(total); .esconde{ display:none; } <ul…
jqueryanswered Felipe Scars Silva 25