Posts by Guilherme Sousa • 19 points
10 posts
-
1
votes1
answer38
viewsQ: How to clear an event
I am creating a comment system with reply only that at the time of reply goes twice to the bank when I send a comment, I made the system of response in slide where you open one and close the other,…
-
0
votes0
answers101
viewsQ: how to use . on and . off in jquery
I’m wondering how do I use the correct . on and the . off for example if I click on some element or then have it fade when I click . on and then deactivate it with . off by clicking on another…
jqueryasked Guilherme Sousa 19 -
-3
votes4
answers650
viewsA: In production environment should errors be disabled?
yes should be disabled, because a malicious person can take advantage of a failure and get access to databases and so take information from their customers and the errors that appear are not…
-
0
votes2
answers203
viewsQ: Error while recovering a textarea by jquery
I’m having the following problem I’m trying to recover a textarea from a div answer that is clicked to open, but that from the error while trying to recover the textarea for some reason I’m not…
-
0
votes1
answer34
viewsQ: Request jquery giving error
personal I am with the following problem I have a page where you put the comments everything right there loads up to 5 comments so far everything works out what occurs is that in these 5 comments…
-
0
votes1
answer249
viewsQ: how to leave the div fixed in a location
I wanted to know how to make the div not break the layout I have the following problem when I open an answer to a comment it opens below this comment, but it was to stay on the side or something…
-
0
votes1
answer40
viewsQ: how to open only one field
I’m having the following problem when asking jquery to open the form it ends up opening all at once to send a reply in the comment, but I need it to open only what clickei as I do it. Follow the…
-
-1
votes1
answer272
viewsA: Ajax access error with friendly url
I managed to solve the problem was in the way and not in the friendly url I had to go all the way from the site root to the file location and stopped giving the error thanks to everyone who helped…
-
0
votes1
answer272
viewsQ: Ajax access error with friendly url
Hello guys I have a problem my system this with url friendly I am doing an update by ajax, but when I will test to get the data of page error not found 404 follows the source codes. Viwer.js…
-
-1
votes1
answer30
viewsQ: Function to send data to the database after a while
I am in need of a function that after 1 minute and 30 seconds is sent the data to the database. After a lot of research I couldn’t do it dynamically I can do it with a div appearing after this time,…