Posts by Leandro Hermes Neto • 117 points
6 posts
-
1
votes1
answer207
viewsQ: Top element animation - ngShow/ngHide
I wonder if anyone knows a method to animate the top element when using Angularjs ngShow/ngHide directives. Explaining better: I have an encapsulating element, and within it two elements, one below…
-
1
votes1
answer191
viewsQ: Data type via socket
Is there any way/trick/algorithm that allows me to know what kind of data is coming via socket? I can send both text and files via socket, but I’d like to know what I’m getting to treat differently.…
-
0
votes2
answers463
viewsA: Change pagination HTML in Laravel 5.1
I found this library - Landish/Pagination - that already brings some pagers and allows you to easily create your own.
laravel-5answered Leandro Hermes Neto 117 -
3
votes2
answers463
viewsQ: Change pagination HTML in Laravel 5.1
There is a way to change the HTML returned by the method render(), in built-in Laravel 5.1 pagination? Note: I solved this by creating a helper that uses str_replace(), but I believe it is not the…
laravel-5asked Leandro Hermes Neto 117 -
5
votes1
answer534
viewsQ: Multiple events in Jquery selector
someone knows if/how it is possible to assign multiple events to a Jquery element in a single row? For example: $('#elemento') .keyup(function(){...}) .focusout(function(){..});…
jqueryasked Leandro Hermes Neto 117 -
1
votes1
answer194
viewsA: questions on category and subcategory
I don’t know how you connected the products to the categories, but since each product can have several categories, we recommend creating an auxiliary table just to make this link. It would look like…