Posts by Laranja Mecânica • 499 points
72 posts
-
1
votes3
answers229
viewsQ: How to add new jquery inputs through a number of a text box, but add only those that are missing
Good I have the following code that adds inputs conforms the number of inserted in a text box, however if the form already has some text boxes I just want to add the difference, ie start text box :…
jqueryasked Laranja Mecânica 499 -
4
votes2
answers689
viewsQ: Add inputs in jquery, but without deleting existing ones
I now have the following code in jquery to add inputs according to the existing number in a text box, However, if the form already exists for some field when clicking to add another one, all fields…
-
1
votes1
answer112
viewsQ: How to add groups of inputs according to the number inserted in a text box without refreshing
How can I make a form where you have a text pad of type number, and according to the number I enter appears groups of text box to fill in this same form? Example: Text box (number of days) = 4…
-
2
votes1
answer129
viewsQ: Error when migrating from localhost to online server
When migrating a codeigniter application from localhost to the server the following error appears to me A PHP Error was encountered Severity: Warning Message: session_start(): Cannot send Session…
-
1
votes1
answer279
viewsQ: Search query coming from a Dynamic form (Codeigniter)
I have a problem to build a QUERY that comes from a dynamic form. I have a search form in which the fields for search are dynamic (can be text or checkbox), or whenever a new field is added it must…
-
1
votes2
answers1980
viewsQ: How to group results from a row query to columns
Good afternoon, have this query SELECT tblcliente.idCliente, tblclienterespostapre.resposta FROM tblcliente INNER JOIN tblclienterespostapre ON tblclienterespostapre.idCliente = tblcliente.idCliente…
-
5
votes3
answers94
viewsQ: How to stick with just one part of the string?
I have several string’s (idPergunta-18, idResposta-18, idPergunta-17, idResposta-17) Needed to write only (idPergunta, idResposta, idPergunta, idResposta) How do I in PHP? The goal is as follows:…
-
0
votes1
answer95
viewsQ: Split form to insert into rows other than Database (codeigniter)
I have a dynamic form that is filled as there are questions in the database, this form also writes text boxes, checkbox, textareas, etc according to the type of question defined in the database, the…
-
0
votes0
answers172
viewsQ: How to insert data into two different tables with the same form?
I have a dynamic form where the questions come from a database table, some questions have multiple choice answers that also come from the database. but other questions are text questions. When doing…
-
0
votes1
answer262
viewsA: How to add #ancora at the end of the URL (with codeigniter paging)
I found the solution that was right in front of my eyes, in my controller in the paging function, in the paging configs just add the following config: $config['suffix'] = '#agenda'; DONE Thank you…
-
1
votes1
answer262
viewsQ: How to add #ancora at the end of the URL (with codeigniter paging)
How do I add the anchor id at the end of the url? at this time my url is the following: http://localhost/php_focas/index.php? per_page=3 I needed it to be this way:…
-
1
votes2
answers112
viewsQ: How to pass post variables, save them until the last step and show all values
I have a form that is divided into 10 parts, IE, I will save via post the variables from page to page. However, if you refresh on the page all previous variables are lost. How can I solve the…
-
0
votes0
answers76
viewsQ: Routine to validate if date is earlier than today, if changing the field status to full
I need to do a routine to check if the end date of a particular event has passed, that is if the date of the "end" field is lower than today’s date update to the "state" field to "finished". I’m…
-
1
votes1
answer2030
viewsA: How to remove white space that appears only when reducing the window
Solved, was problem with the js of Parallax that was causing it to change the background position to a negative value Thank you
-
0
votes1
answer2030
viewsQ: How to remove white space that appears only when reducing the window
I have the site divided by several sections in which the background is an image with effect Parallax, in full screen the site appears to me right, but if reduce the window appears me a white strip…
-
2
votes1
answer433
viewsQ: Show div only after passing a second section
How do I show a div only after the scroll passes a certain #id? <div class="row" id="menufixo"> <!-- TODO ADICIONAR CLASS navbar-fixed-top PARA MANTER MENU NO TOPO --> <div…
-
2
votes1
answer757
viewsQ: How to fetch values only from the checkbox selected in codeigniter
I have dynamic checkbox, and wanted to fetch the values of the ones that are selected, how to do this with codigniter: Model to go to the fields and create the required checkbox: public function…
-
8
votes2
answers590
viewsQ: Checkboxes from Codeigniter database
I have a database with a table called tblapoio, with 4 fields (id, descricao, valor, tag) Needed to make a form with a list of checkboxes with these values that exist in the table. I am using…
-
1
votes1
answer1269
viewsQ: Open external link in Windows Media Player
I have an offline HTML page that contains a link to a video MP4, I would like that when you click on that link, open the Media Player or other software that you have installed and preset on the…
-
0
votes1
answer191
viewsQ: Dropdown-Nav remove the "Hover" and appear complete listing of menus
Good staff, I’m having another difficulty that I can’t solve, my dropdown menu works with Hover, but when you get the toogle I’d like the x submenus to appear with the Hover to be like a listing,…
-
1
votes2
answers1274
viewsQ: Bootstrap News Slider
Great, I got a slider problem. I have a slider with 3 news boxes and I want to run 3 in 3 boxes, so far so good, is already working, but the problem and when I pass to mobile device the content is…
-
0
votes1
answer105
viewsQ: How to create two different menus and activate responsive with different measures?
I created two menus in bootstrap and wanted one at the bottom of the 1200px becomes with i con toggle and the second at the bottom of 768px, only there is responsive, however the two stay with the…
twitter-bootstrapasked Laranja Mecânica 499