Posts by Victor Fialho • 61 points
3 posts
-
1
votes1
answer202
viewsQ: Get input html filled with jQuery
I need to take html from input as text, like this: var exemplo = 'input type="text" name="input" id="input"'; However, I need to get the input filled, would be like this: var exemplo = 'input…
-
0
votes1
answer1012
viewsQ: Configure favicon from my site
How do I change this icon to use the favicon on my site?…
htmlasked Victor Fialho 61 -
4
votes0
answers61
viewsQ: Error using Facebook login repeatedly
I’m using the Facebook API to log data into the database. As soon as I open and browser works well, but when I try to register more than once this error appears: After closing the browser goes back…