Posts by fany • 19 points
6 posts
-
0
votes1
answer43
viewsA: Listing after select from an autocomplete
since no one ever answers me... I was able to solve the problem and decided to share because maybe it could be the same doubt of other people. I just needed to validate what was coming in input and…
-
-1
votes1
answer43
viewsQ: Listing after select from an autocomplete
Hello, my question is: By making a select in some of the options of autocomplete, should show the content on the page. When clearing the entered data on input, page back to previous state. That is,…
-
0
votes1
answer39
viewsA: searching text in database
my doubt has been resolved. prolema was a little more focused on my own logic. modelofaq.php function listarPerguntas($mysqli) { $faq = array(); $sqlAjudaFaq = $mysqli->query("SELECT id_FAQ AS…
-
0
votes1
answer39
viewsQ: searching text in database
hello, I am developing a Faq system and I use MVC architecture, I created a search structure within my model, and I passed the parameters within the control but when listing inside the view does not…
-
0
votes2
answers78
viewsA: menu with inclined tab
I managed to make it look exactly the way I designed it.... follows code <ul class="nav nav-tabs" id="#" role="tablist"> <li class="active"> <a id="tarefa-tab" data-toggle="tab"…
-
2
votes2
answers78
viewsQ: menu with inclined tab
hi, I am developing an html page and I am using bootstrap, I would like to make a menu with tabs and that was slightly cyclized to the right... more or less like this idea of the file... follows my…