Questions tagged as 'html'

1
answer

Tabs making the dropdown close

Someone can help me, I put the tabs inside a dropdown and when I change the tab the dropdown closes.                 Login                                                                         Login New               Post new topic Reply t...
asked by 20.04.2017 / 21:47
1
answer

contact form in HTML and PHP

I created a contact form in HTML: <form id="contactform" method="post" action="contact_form.php"> <h3> Get in touch</h3> <h4> Fill in the form below, and we'll get back to you as soon as possible</h4> <lab...
asked by 20.04.2017 / 18:47
1
answer

Request ajax does not return what I want

I have a registration page with a form, the person types the year and clicks the button to search the register. With the typed year I have to make the request for PHP to execute the query, return the data and distribute the data to the fields of...
asked by 20.04.2017 / 17:37
1
answer

Search with JQuery does not work in Firefox

I created a code to fetch information from a table and the code just does not work in Firefox The error that appears in firefox is:    Error: Syntax error, unrecognized expression: unsupported pseudo:   contains-ci jquery.min.js: 2: 12733...
asked by 04.05.2017 / 15:12
0
answers

How to use AJAX to update HTML elements without loading? [duplicate]

Does anyone know how to tell me a good article that explains well the use of AJAX? Or even better explain its operation? Thank you!     
asked by 05.05.2017 / 00:13
1
answer

Navcat bank connection

I would like to resolve a data connection problem in navcat. I can not send the data to the database and I do not know what I'm doing wrong, if anyone can give me some suggestions, the connection is mysql . config.php: <?php $config = a...
asked by 11.05.2017 / 15:41
1
answer

CSS - bar (decoration)

I'mtryingtocreateabarliketheonethatappearsintheimage,thebarthathasproductetc.Ihavethefollowingcode:<divid="topcart"> <thead> <tr> <th>ISBN</th> <th>Book</th>...
asked by 30.04.2017 / 23:40
1
answer

Jquery function to show and hide text?

Basically, when you click on Art, the sentences that have the id = show should appear and when you click disappear again <!DOCTYPE html> <html> <head> <title></title> <script type="text/...
asked by 29.04.2017 / 16:03
1
answer

Return results on different inputs

Well, here's my code. My query is returning the results I want, however, it is only returning in one input. How do I return the name_id in an input and the location in another? <?php $nome = $_POST['name']; if (isset($_POST['nam...
asked by 29.04.2017 / 23:08
1
answer

Post Post with form data via Jquery

I want to create a function that moves all selected records from one table to another. The user selects multiple records in a list, clicks the move button, at that moment the system opens the form for the user to choose the table to which the re...
asked by 16.04.2017 / 16:10