Posts by MichaelFernandes • 13 points
3 posts
- 
		1 votes1 answer334 viewsQ: Problems using the switch on JSHey, guys, I got a problem I don’t know how to fix. I this I want to change the number of a month by the month name like this : ( 2/2013 for February/2013 ). In the code below I am making him list… javascriptasked MichaelFernandes 13
- 
		0 votes0 answers214 viewsQ: Help with Where in LaravelHi, guys wanted a little help from you on a Where. In my system is like this, I am in the Development photo gallery page( id=1 ), on this page I can register the photos of the month/year of the… 
- 
		0 votes1 answer284 viewsQ: How to make a for inside an Ajax html += ?Hello guys I’m having a problem and I wanted a help. How can I make one for inside html += ajax? JS: $('.requerAjax').click(function(e) { e.preventDefault(); var mes = $(this).attr('rel'); $.ajax({…