Posts by Relaxeaza • 51 points
3 posts
-
1
votes1
answer40
viewsA: Jquery Slideshow Error Passing Slide
Line 37 $slideativo1 = $slideshow.find("li.slideatualUltimo").next(); When the code is reset this being set twice the variable $slideativo1. Remove that part that will work.…
-
0
votes3
answers672
viewsA: What is the advantage of using Function(window, Document, Undefined)
They use more hair undefined even, sometimes it can be defined in some way and can disturb the code. Example undefined = 'foo'; var bar; bar === undefined; // FALSE (function (undefined) { var bar;…
-
1
votes3
answers136
viewsA: Saving Selected HTML PHP
First you need the course variable that the user has selected. $CURSO_DO_USUARIO === curso selecionado <?php header("content-type: text/html; charset=utf-8"); $cursos =…