Posts by Naldson • 1,287 points
56 posts
-
-1
votes1
answer49
viewsQ: Is that a slide or some other name?
Right at the beginning where you have this image gallery http://sensacionalista.uol.com.br/ There’s some specific name for it?…
-
3
votes3
answers55067
viewsQ: Script to go back to the previous updated page?
Well, I wanted something that did that when a person clicked to go to a page they were redirected to the previous page.. But the page updates... Is that I made a small system of comments, when I…
-
1
votes1
answer113
viewsQ: Legend in jQuery always returns "Undefined"
I have a small slide show, but at the time of putting the caption it does not return anything(has the attribute alt in the images I want to use) Below I have the script I’m using:…
-
2
votes2
answers1523
viewsQ: Parse error: syntax error, Unexpected 'mysql_query' (T_STRING)
Well I’m trying to make a "Registration System with PHP and Mysql" I did this by following all the instructions I gave but at the time of the result it returns the following message. Parse error:…
-
2
votes2
answers245
viewsQ: How to receive a title(title) from an image to the value of a variable?
I was trying to do it that way: var imagens = document.getElementsByTagName('img'); After I print this image, it doesn’t work, it prints [object HTMLCollection].…
javascriptasked Naldson 1,287 -
1
votes1
answer146
viewsQ: Is it possible to pick up a title from an image using "Getelementsbytagname"?
If yes, how? If not, is there any way I can get the title value and then print it? For now it is like this(Inside a function. In the image has an onClick calling the same). var imagens =…