Posts by Gabriel Salomão • 39 points
9 posts
-
-1
votes1
answer7600
viewsQ: Alert function in Jquery
Good morning! Can anyone tell me a way to find syntax errors easily in Jquery? I have a simple code of "Alert" that works one way, but not another... That’s how it works, but fucked: <script>…
jqueryasked Gabriel Salomão 39 -
0
votes0
answers25
viewsQ: Jquery and amendments 1.12.24
Good morning friends, I have a Jquery code for a "page up" function, but it doesn’t work due to my version of Jquery which is 1.12.24 and I can’t update it. Is there any way to adapt the code with…
jqueryasked Gabriel Salomão 39 -
0
votes1
answer48
viewsQ: Jquery to replace <small>
Quick little question I couldn’t find anywhere.. How can I change the text of a small? I’m trying with the same code I used to swap a text once, I think the problem is in the selectors, but I have…
-
0
votes2
answers1556
viewsQ: Jquery to add element in the.append function div
Good afternoon, I’m trying to add a direct element in a div. Only that apparently the . append function, needs a div and another element. The problem is that the element that comes before is…
-
1
votes1
answer445
viewsQ: Jquery to upload page after click button
Good morning friends, I’ve been searching for days for a "page up" function, when the user clicks a button. Only find options "add Back to Top button", but I do not want to add a button, I want the…
-
0
votes0
answers627
viewsQ: Change button text by clicking with Jquery
Good afternoon! I am trying to change the text of a button whenever it is clicked. (ONCLICK) The problem? Well, apparently all buttons have the same class and I don’t have access to HTML, only WP js…
-
2
votes3
answers185
viewsQ: Use Jquery to swap text
Good morning! I don’t have access to the HTML of a site I’m editing, so to make additions, I only get it via css or js. Basically I need to change a text from "service", to "Transfer" and to try…
-
0
votes2
answers39
viewsQ: I need to create a shape via css so that the user knows he has selected a button
My company has a WP template granted by another in which we do not have access to FTP, only CSS edits. But clicking on select the page does nothing. I tried to add a color change to the button, but…
-
0
votes1
answer1354
viewsQ: Swap text using ::before - CSS
Good afternoon friends. I’m trying to swap a text from a page that I only have access to CSS. I just want to trade a term. I tried it with :before and font-size:0; (in the parent class of ::before),…