Posts by Ketlin • 475 points
28 posts
-
0
votes0
answers213
viewsQ: Sort datatable by date of records
I have a code, which when starting, it creates a table using datatable. The data from this table comes from my Mysql database. I do not know for sure how is the ordering of my records, if I am not…
-
0
votes0
answers51
viewsQ: Bring user information to the model
I have a code that lists several reports. These reports are saved in the database and to call them I use the Model in the Codeigniter. Inside the model, I have one where and to make it work…
-
0
votes0
answers101
viewsQ: bring data from the database according to other data registered
I have a code that brings the database data and generates a table. This data is coming all that are registered, but I need only data with the same user status come. For example: I have a user from…
-
0
votes1
answer155
views -
3
votes2
answers28732
viewsQ: Personalize an Alert
I have a code that by clicking the button it opens a new tab. Depending on the condition of the report it shows a Alert that by clicking on OK it closes the tab that was opened. Is there any way I…
-
1
votes2
answers97
viewsQ: warning for empty in_array
I have a code that to generate a PDF it checks what is marked in the checkbox. But if I don’t mark anything, it still opens the PDF, only with the blank sheet. It has how to make a if that if…
-
0
votes0
answers26
viewsQ: Error generating image report
I have a code that has several photos separated by reports. Each report can any amount of photos. When you click the button to generate this report, if you have several photos (around 60) it starts…
-
4
votes1
answer908
viewsQ: Check area size on Canvas
I have a code that when opening the report information, is created in Canvas a rectangle on top of each image. However, these images have different sizes, but the canvas remains the same size. I…
-
1
votes0
answers89
viewsQ: Networkerror: 500 Internal Server Error
I have a code that forms the user’s profile screen. Next to the user’s name he has the edit option, that when clicking opens an inline Edit (form-x-Editable.html). Even in this part is working…
-
1
votes2
answers790
viewsQ: Select the country and bring the state
I have a code that’s on Codeigniter. He has the page to register a user. This page asks him to put the country and the state he lives. I needed it when selecting a country to come the corresponding…
-
1
votes0
answers70
viewsQ: Ajax does not work with specific button
I have a code that when you click the button it asks for a reason to click. After writing the reason it switches the button and should exchange the information listed below. This code is in Ajax…
-
1
votes0
answers94
viewsQ: Function with ajax does not fully load
I have a code that by clicking the button it opens a function in javascript. In this function, a part of the code uses Ajax. I need that, after clicking this button, that code changes the color of…
-
0
votes0
answers39
viewsQ: Draw characters in id
I have a code that when I click the button to deactivate photo it makes disappear the button that is next. To get this function to work, I had to pass in id a few characters before, it was like…
-
2
votes4
answers1318
viewsQ: Disappear Button From Side
I have a button that when clicking will disappear the button on the side. For this I have this code: document.getElementById("idBotao").style.display="none"; HTML: <div id="idBotao"> <a…
javascriptasked Ketlin 475 -
1
votes2
answers2569
viewsQ: Make button disappear
I have a code that when you click the deactivate button, asks you why you’re deactivating the photo. When you confirm that motive, he should disappear the button on the side. I have a code with…
javascriptasked Ketlin 475 -
0
votes2
answers1165
viewsA: bring data from the database with Javascript
I already got it another way. I created a class for the button and in the Javascript file I put the following code: $(document).on('click', '.just', function (e) { logged(); e.preventDefault();…
-
0
votes2
answers1165
viewsQ: bring data from the database with Javascript
I have a <a href="javascript:void(0);" class="justificar" data-value="<?= $l->img_id?>"> that when you click, I need you to bring a data from the database, but I don’t know how to…
-
2
votes1
answer83
viewsQ: Where in datatables with codeigniter
I have a code that draws a table according to the data in the database. EX: If she has a registered customer she will make the table with only one row, if he has no registered customer, no table…
-
2
votes5
answers3537
viewsQ: Make div disappear
I have a code that only works if it keeps one <div id="panel">, but would not like it to appear on the screen. It has to keep this div, but let it invisible?
-
5
votes2
answers1919
viewsQ: Google Maps with multiple markers coming from the database
I have a code where he takes the longitude and latitude of where you are and puts it on a map. I need to make this map show all the latitudes and longitudes of the database with markers at each of…
-
0
votes0
answers43
viewsQ: Button in pricing-table Codeigniter
I have a code that shows pricing-table in my View. Each one has a javascript button that when you click on it you need to open another view where you have the details of each pricing-table. How can…
-
4
votes6
answers19681
viewsA: How to fix this error "Error cannot resolve Symbol R" in Android Studio
I often came across this error, try to give "clean" and "rebuild" in the project. other options are: "Tools" -> "Android" -> "Sync Project with Gradle Files" If none of these solutions meet…
-
1
votes1
answer138
viewsQ: make a button disappear
I have a code where it creates a table if it has a record in the database. In this table, in the last column there is a button that when clicking opens a more detailed screen about that table row. I…
-
1
votes3
answers2299
viewsQ: limit no codeigniter
I have a code that takes data from the database and shows them in a table. I need it to appear only the first two records. For this I put a limit on my code. Only it is not limiting, but taking the…
-
0
votes1
answer523
viewsQ: Grab parameter from URL
I need a code that when I click on the image, this image will open in a new tab. So far I have managed to make that when I click on my image it opens another tab with the image path in the URL. How…
-
1
votes2
answers436
viewsQ: Onclick on Canvas
I have an image and on top of it is drawn a canvas. I need that when I click on the image it opens to normal size with the canvas design. For now I click on the image and just open it, the canvas…
-
5
votes1
answer182
viewsQ: Can you calculate the diagonal on canvas?
I need to draw a square with Canvas in an image. This image comes from the database, where it has different dimensions. I’m able to draw the square in the center of the image, but if the image is…
-
1
votes1
answer5831
viewsQ: Referenceerror: google is not defined
I have a code to show Google Maps with multiple markers, what I click to show the map gives this error: Referenceerror: google is not defined. I have no idea what it is. OBS: the code is taking the…