Posts by Vinicius Henzel • 121 points
13 posts
- 
		2 votes1 answer66 viewsQ: Add one more ID when generating one more INPUT via javascriptI’m creating a voting system, and before the person generates the input with the options, the person has to choose the number of options they will have, then they go to a form with the alternatives… 
- 
		2 votes2 answers60 viewsQ: Session without www and www phpHello, I’m having a problem, it happens that the user log in to www.meusite.com.br page his session is not in meusite.com.br, because it has this difference of without www and with www? Can someone… 
- 
		0 votes1 answer141 viewsQ: Equal mention system Twitter and FacebookHello, I am trying to make a system of mentions like Twitter and Facebook, when the user makes a post, everything that comes after @ will be stored in the table "notifications".… phpasked Vinicius Henzel 121
- 
		0 votes1 answer70 viewsQ: Registration with Jquery with errorlook at me here again, I cost to come here, but when I reach my limit, I am obliged, I need a help from you, I am trying to register with JQUERY and PHP, but it always made the registration… 
- 
		0 votes1 answer51 viewsA: Page does not catch JS files laterGuys, I’ve been racking my brain about this for days, and I didn’t think so, and the solution was pretty simple, so here’s who’s got this problem: $('body'). on('click', 'like', Function() { Just… 
- 
		0 votes0 answers100 viewsQ: Error 0 while sending message by AjaxI have a system of posts in PHP and Jquery, where users post things. It hasn’t been released to anyone yet, for I want to get everything ready, but I came across an error that is happening in the… 
- 
		0 votes1 answer51 viewsQ: Page does not catch JS files laterI’m having a problem, I looked on the Internet and did not find, I saw that there is a similar question here in Stack, but that did not solve my problem. The thing is, I have several JS files, like… 
- 
		0 votes1 answer188 viewsQ: Dynamic settimeout with PHPI’m trying to get a certain time post update every 1 minute. Code: setTimeout(function() { var ID = $(this).attr('id').split('hora')[1]; // pega o ID e retira a parte "like"… 
- 
		3 votes1 answer191 viewsQ: Summarize dynamic text in PHP with jqueryI managed to do the function of See More, with a code here from Stackoverflow, but the texts come from the dynamic database, or whatever I do to get each text? Code in php: < div class="box-body"… 
- 
		0 votes0 answers419 viewsQ: Login with Ajax and PHP with redirectionHello, I am trying to log in, but I am coming across the following, when you login redirects to the same div of the page, instead of going straight to another page. Someone has a solution? HTML… 
- 
		0 votes2 answers770 viewsQ: Jquery function click on dynamic PHP linksI’m trying to create a script so when the person click Like she will like the post, and when you click Excuse, will forgive the post, obvious, I managed to do this successfully, but I had to do this… 
- 
		3 votes1 answer985 viewsQ: Dynamic forms on the same page in Jquery and PHPI’m trying to make a comment portal, and so will have a text input in each POST for people to comment, these POSTS will be on the same page (Facebook style), as well as inputs, which will have to be… 
- 
		0 votes0 answers77 viewsQ: Put fixed menu in BlogspotI’m trying to put a fixed top on Blogspot, but without success. I don’t know exactly what happens, but javascript doesn’t work. Link to the complete code: https://jsfiddle.net/6ovjnhor/ Now I’ll…