Posts by Bruno Luiz • 51 points
8 posts
-
0
votes1
answer94
viewsQ: Error limit Codeigniter
Hello everyone from Codeigniter Brasil, I have a query that returns everything perfect in localhost but the server does not return the way it was written. It is to return 6 results but on the server…
codeigniterasked Bruno Luiz 51 -
0
votes0
answers30
viewsQ: Check expired vip users
Good afternoon, everyone, I have a classified portal and I’m putting VIP accounts on it, these accounts will have the possibility to make an amount of vip posts by the plan contracted. I already…
-
0
votes1
answer140
viewsQ: Error 500 $.post Codeigniter on Server
Good afternoon, everyone, I have a problem all day and can not solve, I have a system and it works on the localhost server perfectly, but on the server some ajax functions can not send the post.…
-
1
votes1
answer147
viewsQ: Error foreach codeigniter
I’m in the following problem, I make one select in the database and display the images on the page, is a classified portal where the person makes an ad and can upload up to 10 images. So far so…
-
1
votes1
answer755
viewsQ: Limit number of characters per line jQuery
I have some fields textarea and I want to limit the number of characters per line using jQuery. I don’t have code to handle Laerte yet, I insert it into the database with php and display it in html…
jqueryasked Bruno Luiz 51 -
0
votes1
answer126
viewsQ: Problems with Append and slideToggle
I have a little problem here, and this is it. I have a timeline that displays some posts, by ajax I load more content and make an append, the new items that are displayed do not catch the…
jqueryasked Bruno Luiz 51 -
1
votes2
answers271
viewsA: Show only div daughter with jQuery
I added an id to div to see if it helps. I like it + [12] Comment on <div class="comentarios" ><a id="<?php echo $exibePostagensAssoc['id_post'] ?>" class="linkComentario" href=""…
-
-2
votes2
answers271
viewsQ: Show only div daughter with jQuery
I need to attack the div comentarioPost and make only the div of the respective post appear. I simulated some comments to test, then they’ll come from the bank with the other information. How do I…