Posts by Lucasmoore • 1 point
2 posts
- 
		-1 votes1 answer21 viewsQ: Keep Scroll at [last position after an AJAX request?I am having difficulties in performing an activity that is to keep the scroll in the LAST position before the AJAX request. //antes da requisição var scrollPosition = $('.cart').scrollTop(); ==>… 
- 
		-1 votes1 answer98 viewsQ: Parameter problems in API (Laravel) routesHello! I’m starting my studies on api Rest. In my application I can only return the employee data according to the id of the company that it belongs to, however, the api is returning the data…