Posts by thiago • 303 points
23 posts
-
-1
votes2
answers797
viewsQ: Send data to another page
There is some way to send php data through the POST; the same way it is done through the Teg form action. That is, send data from page A to B and be directed to page B accessing this data.…
-
0
votes2
answers39
viewsQ: Mouse Event on Two Screens
I have a screen with red background, when clicking on it opens a new with blue background. This blue background screen should trigger a Alert when you click on it, but it’s not happening. Could…
-
1
votes1
answer82
viewsQ: Focus on HTML Elements with javascript
I have the following code. This code contains 5 Ivs where when clicking on each one ,the one that was clicked receives a background value.I want that after clicking one of them,in the next click,…
-
1
votes3
answers208
viewsA: String Jquery or JS
You can use the substring function as described below in the code. It removes the previous 7 characters.To learn more about this function see the link w3schools. function myFunction() { var str = "O…
-
0
votes3
answers430
viewsQ: Loop Usage within the Append Function
Hello, it is possible to use a loop inside the append function ? I have the variable (presentation) in the code below. Let’s assume that this variable was a Vector, apeend? <html> <body>…
-
1
votes1
answer327
viewsQ: Remove Part of String with PHP
I got the following String. nameID 12 I want a PHP expression that removes the string -ID 12. OBS.:The value can be changed as for example -ID 23.
-
0
votes1
answer45
viewsQ: Pass Value By PHP Javascript parameter
I have a little bit of code right below. After the user clicks on a div whose ID is (click) this code will be executed. I have a PHP code that will be executed inside the javascript code block.I…
-
1
votes1
answer42
viewsQ: Error in ajax . Javascript
Hello, The following code will present a table with values.I am recovering the cell value of the table that the user clicks through this function $(this).text() in Java. I have to send this…
-
5
votes3
answers10243
viewsQ: Insert author and image description. Latex
How can I place the author below the image and a description above. As shown in the figure?…
-
0
votes1
answer1744
viewsQ: Change the Section source
I have the following excerpt: \section{Referencial teórico} I want to change the font to 14pt how to do without changing the rest of the text that is with source 12pt…
-
1
votes2
answers40
viewsQ: Concatenate Radio Elements
I have the following code. Html: <div> <textarea name='arraytextArea[]'></textarea> <br> <input type="radio" name="grupo1"…
-
-1
votes1
answer32
viewsQ: Control of Radios Input
Hello, I have the following code below where I wanted to control the radios. I want there to be an "event" triggered when each finishes sweeping the entire group of radios 1 whose name is "group1".…
-
0
votes2
answers45
viewsQ: Get Radio and Text Values in Order
Good note. I have a problem with the logic of how to proceed between a set of questions and answers. I have the code below formed by inputs with the types text and radio.I want to recover the…
-
0
votes1
answer33
viewsQ: How to Make a Rule in Javascript According to DIV
Good evening, guys. I want a rule made through javascrit/Jquery that does me the following:If input with ID='A' is (INSIDE) of div with ID='B' do something... In other words, I want to know when an…
-
-1
votes1
answer55
viewsA: Get value from input text in javascript
Uses the property val jquery. Example: $('#idDoInput').val();//ira retornar o conteudo do input.
-
1
votes1
answer150
viewsQ: Retrieve Values from Cloned Fields Created Through JQUERY UI
Good morning, you guys. This is a job I’m trying to do. This code creates clones of the compounds, which can then be dragged to a certain location(They can be dragged by clicking on the blue…
-
0
votes0
answers32
viewsQ: Cross Layer Data Manipulation MVC
Good morning, everyone. I have a question/Problem. I’m using php and Javascript/Jquery with the design standard MVC and DAO. I want to know how to get the data from the database on DAO using AJAX…
-
0
votes1
answer107
viewsQ: Error include_once using AJAX
The code is on the link because is in a folder system. PROBLEM: I have an MVC architecture.Inside the view I have a class that contains a registration form that is in the initial tela_class.The form…
-
1
votes2
answers223
viewsQ: Modeling Database
good morning! I have the following problem in user, form and group relationships. In the way that the relationship (CONTEM) was modeled, it will become a table where it will have the user keys, form…
-
-1
votes1
answer380
viewsQ: Database Modeling (Entity Relationship Model)
In the image below is the modeling of the following problem. I have users where these will belong to modules(Physical module, Portuguese module, chemical module) are 3 modules in total.One and only…
-
0
votes0
answers38
viewsQ: Model Entity Relationship Dynamic form
I created a code where the user is able to drag components and make their own form. I want to save the data coming from the user but I have no way to define how many fields he will insert in the…
-
3
votes1
answer131
viewsQ: Disable property using Draggable jquery UI and javascript
The idea of this code is that after the items are dragged and dropped into the ,they change the disable=true property to disable=false. Someone knows how to do? <style type="text/css"> *{…
-
0
votes2
answers1769
viewsQ: Execute SQL command in the terminal
I’m wanting to run sql command through the Windows prompt but I don’t know what the initial settings to do this. Can anyone tell me? Detail: It has to be in the windows terminal.