Posts by Ramon Chaves • 57 points
6 posts
-
1
votes0
answers36
viewsQ: Problem with responsivel bootstrap menu
Hello guys to problem to leave the responsivel menu of my site, I will send the html and css so that someone can help me. vlw. HTML: @media(max-width: 1024px) { body { zoom: 0.80; } }…
-
2
votes1
answer2343
viewsQ: Create Trigger update Mysql
I have two tables one apartment to another contract. When the status of the contract is changed to off. The status of the apartment is free. I have a foreign key in the contract table to relate to…
mysqlasked Ramon Chaves 57 -
0
votes2
answers945
viewsA: Load value in input text after selecting value in select Codeigniter
@fernandoandrade gives a look at how it turned out because in the comments gets messy. <script> var base_url = '<?php echo base_url()?>'; $(document).ready(function() {…
-
0
votes2
answers945
viewsQ: Load value in input text after selecting value in select Codeigniter
I want to load a value into an input text after selecting a value in a select. I am loading the normal select. I want to load input text using javascript. In my model I compare it with id. The data…
-
1
votes2
answers1816
viewsQ: Difference between dates in javascript months
People want to have the difference of months between two dates. However I’m missing something. I want to enter the dates in the inputs and the result appear in another input. var DateDiff = {…
-
1
votes3
answers572
viewsQ: I want to change the color of the button according to the value of the variable
I created an if/elseif condition inside the foreache, to change the color of the pay status button. I have three status and are three colors for home status. Only he’s not getting the colors. I…