Posts by Israel Júnior • 101 points
2 posts
- 
		3 votes1 answer1795 viewsA: update a div without refresh on the page, after insertion via ajaxIf you use jQuery, the code can look like this: HTML: <div id="pai"> <div class="filho"></div> <div class="filho"></div> <div class="filho"></div> <div… 
- 
		7 votes1 answer308 viewsQ: Deploy with GIT x Deploy with GulpI still can’t figure out which is the best deploy on a site. I explain how I’m doing: GIT I started a local repository I hosted my repository on some service like Github/Bitbucket I hacked into the…