Posts by Ricardo • 568 points
36 posts
-
0
votes0
answers15
viewsQ: Doubt about how to get posts from 1 facebook group
Boas, I have a question, I’m trying to get all posts from 1 facebook group. (Group not, page). I can get the posts from one page, from 1 group and I’m not getting.…
-
1
votes0
answers38
viewsQ: Problem to the div ordenard
I have 1 problem, I am using JS to sort DIV’S (works correctly), the problem occurs when I click on the button "edit that same div", with the image becomes easier to preceber. If I do not change the…
-
0
votes1
answer75
viewsQ: Rotate Element on Click
Well I am with 1 problem, I am using the accordion of jquery that when clicking on a list, it expands and shows all the information, associated to this "project". My problem and q I have an arrow to…
-
1
votes1
answer39
viewsQ: Time format with sprintf
I have the following problem, I am working with hours in php. I have to calculate the time interval, between the start time and the end time, for this I am using the following code. $entrada =…
-
0
votes2
answers192
viewsA: Print Database Data with FOR in Laravel
To do this you need to change the function of your querry . $cases = DB::select('select * from tabela'); $array = json_decode(json_encode($cases), true);` return view('sua view', ['cases' =>…
-
2
votes2
answers43
viewsQ: Alignment of div to the center of another div
I have 2 div’s, a div is the main one, and inside this div I have another that contains 1 graph as the image shows. I need to put the graph div to the center of the main div, how can I do that?…
-
1
votes2
answers131
viewsA: Clear URL after Insert
Try this way with JS, I recently drafted a project where I also had to clear all the parameters in the url, and this was the easiest and most functional way I could. var newURL =…
-
4
votes2
answers236
viewsA: Changing the label of a radiobutton
Try This $("#radiotodos").html('<input type="radio" name="optradio" value="3">Sim');
-
1
votes1
answer47
viewsA: Reduce image size
I suggest you use the image class or even assign an id, remembering that if there are images with the same class, they will all change. @media(max-width: 480px;){ .imagem{ height: 10px; } }…
media-queriesanswered Ricardo 568 -
0
votes1
answer77
viewsQ: Progress Bar with hours
I need to make a time line, for that I’m using a progress bar. But I got a problem, the red scratches, they match the hours, but they don’t add up, as we can see at the last red scratch, it comes…
-
0
votes2
answers416
viewsA: Download video tag
I managed to solve <a style="background-color: #8890A6; color: #fff; cursor: pointer; border-radius: 5px; text-align: center; padding: 5px;"…
-
1
votes2
answers416
viewsQ: Download video tag
I need to have a video download button, I have no idea how I can do this. <video id="videoDownloadLink" style="max-height:320px;" width="100%" controls> <source src="<?=$video?>"…
-
0
votes1
answer98
viewsQ: Confirmation butao and only after ajax sends the request
I am using jquerry-confirm before deleting a BD record. To delete the record I am using ajax. My problem is that when I click the delete button appears the confirmation message, and before I even…
-
1
votes1
answer32
viewsA: Check for Data Table
Solved! <script type="text/javascript"> function format ( d ) { // `d` is the original data object for the row if(d.email != ""){ return '<table class="new" cellpadding="5" cellspacing="0"…
-
1
votes1
answer32
viewsQ: Check for Data Table
I’m using Data Table to make a table of domains/ subdominios and some accesses, as my table is a little large I had to use Child Rows, my concern and do the validation, I want to validate, as shown…
-
1
votes1
answer248
viewsQ: Write HTML and PHP in the same line
<p> " <?=$testemunhos[$i]['testemunho']?> " <p> I want to write in the same line, but this getting so and I wanted it like this " Lorem ipsum dolor sit Amet, consectetur adipiscing…
-
2
votes1
answer148
viewsQ: Back to previous page
https://www.jqueryscript.net/demo/Smooth-Single-Page-Transition-Effects-Using-jQuery-CSS3-page-js/ I want to make 1 site like this, one page only but divide it into two parts, right and left. The…
-
1
votes1
answer27
viewsQ: Implement jquery script in modal box
My modalbox doesn’t run my jquerry script $(document).ready(function() { var audioElement = document.createElement('audio'); audioElement.setAttribute('src', '/teste/typewriter-2.mp3');…
-
0
votes1
answer211
viewsQ: Spacing between lines Textarea
I have a doubt in which I am already battling for some time, I wanted to add more spacing between lines of the textarea . Here is a current image of my text area that I want to add line spacing.…
-
1
votes1
answer70
viewsQ: Change text position in text area
I’m making a contact form, in which I have a texarea that is where the message will be entered, but I want the word "message" to appear on top as the image shows, someone who can help me around? and…
-
-1
votes1
answer163
viewsQ: Sound of a typewriter!
I’m here to start a project, but am I in any doubt? I need typewriter sound when writing on a form, for example when clicking on a key plays the sound giving a typewriter sound effect. Does anyone…
-
0
votes1
answer67
viewsA: How to insert a mysql database image into a datatables
To add the database image just save the name, for example "image.jpg", to receive the image and like all other fields, the only difference is in the call you have to enter the path where the photo…
-
0
votes1
answer70
viewsQ: Doubt about google tanslate
Good afternoon, I am with a doubt regarding google Translate, I implemented google Translate on my website, I would like to know if there is any way this bar does not appear. <script…
-
2
votes3
answers502
viewsA: Add an hour to the current time
solved, I managed to solve as follows. $data_pagamento = date('Y-m-d H:i:s' , time()+3600);
-
3
votes3
answers502
viewsQ: Add an hour to the current time
I’m trying to record the current system time. For example the current date will be 01-08-2019 10:34:44 and I wanted that same date, but add another hour, IE, would be 01-08-2019 11:34:44.…
-
0
votes1
answer131
viewsA: I can’t send contact form. The message "Incorrect email! appears when you click to send
I will leave here just 1 example as I am using phpmailer for sending contact form, can help. Html <form class="form-contact contact_form" action="processa_contacto.php" method="post"…
-
1
votes1
answer59
viewsA: Show message when mouse step
Try so to see if it works, with me it worked without any problem. I hope you can help. <a title="Mensagem" href='equipas\ecl\ecl.html'> ECL title="Mensagem" </a>…
-
-2
votes1
answer400
viewsQ: Exporting html to PDF with html2pdf background-size does not work
Boas, I am trying to convert an html page to pdf using html2pdf, but it seems the background-size:cover is not working. On my web page my image looks like this: When converting to PDF the image…
-
-1
votes1
answer186
viewsQ: Required in checkbox
Good morning, I’m here with a question regarding forcing my checkbox to be filled. i am using the required and works in every field except at checkbox. Name field code (functional) - <input…
-
0
votes1
answer65
viewsA: When the timer ends
I managed using Settimeout setTimeout(() => { var disableButton1 = document.getElementById("startMission1") var disableButton2 = document.getElementById("startMission2") var disableButton3 =…
-
1
votes1
answer65
viewsQ: When the timer ends
Good morning, I have a question I’ve been working on for some time. I have a countdown timer, when the timer reaches 0, I want some invisible buttons to be visible. I’m using Meteor JS with the…
-
2
votes1
answer32
viewsQ: Little doubt about Buttons
Good morning I wonder if there is any way to take this blue line around the image, the image and a button…
-
2
votes3
answers2792
viewsQ: Click the button and change the background color
Good afternoon, I am developing 1 game in Meteor, and for example when I click to choose the character wanted the background turns green, and if you choose another character the background would…
-
4
votes1
answer3758
viewsA: How to play sound in javascript?
I think it might help, any doubts, dispose. var audio = new Audio('audio.mp3'); audio.addEventListener('canplaythrough', function() { audio.play(); }); Or try using Buzz…
-
1
votes1
answer969
viewsQ: Scroll Inverted, start at the bottom
Good morning, I am with the following doubt, I am trying to make 1 chat, and whenever a message is received, or sent, I wanted the scroll to stay low, I am Using Meteor and I am new to this, I tried…
-
3
votes2
answers1035
viewsQ: CSS style for chat with more than one line messages
Good morning, I have a doubt, in which I’ve been battling for some time, I’m new to working with html and css, I’m doing a chat (already finished), now I’m defining the styles to make it cuter, I…