Posts by Migl Araújo • 29 points
6 posts
-
0
votes2
answers25
viewsA: Do not include class specifics in the table filter
I decided to give a class the Rows I wanted to be filtered, without putting the same class in the remaining ones and adding the class in jQuery. $(document).ready(function(){…
-
0
votes2
answers25
viewsQ: Do not include class specifics in the table filter
Good afternoon, I have a jQuery filter implemented in a search bar, to filter Rows from an HTML table in Bootstrap. Needed, that some Rows that have the class . hiddenRow were not picked up by the…
-
1
votes1
answer253
viewsQ: foreach to insert multiple Rows
I am trying to insert several Rows into a Mysql table with the user-filled content in an HTML form, when it does Submit. What I need is that when several options are selected in the options of a…
-
-2
votes1
answer692
viewsA: Font Awesome in select box
You must place the icon in a proper tag so that it is displayed correctly. <select> <option value="1">BRL <i class="fa fa-arrow-down"></i></option> <option…
-
1
votes2
answers3227
viewsA: How to access mobile camera via Web Site?
Html5 allows this by using the tag capture="camera"
-
1
votes3
answers2062
viewsA: html form with PHP code to insert into mysql
In the HTML form you must include an action, for example: <form action="inserir.php"> <div class="form-group> <label for="nomeCliente">Nome do Cliente</label> <input…