Questions tagged as 'jquery'

0
answers

Muting videos within Slider with Youtube iFrame API

I'm having a bizarre situation going on. I have a PHP loop to consume database information and display on the page. One of these information is the ID of a Youtube video that I would like to display with autoplay and mute. After a lot of h...
asked by 27.03.2017 / 03:25
0
answers

Sending Email Using JQuery Ajax without Refresh

I'm having trouble trying to use this form submission method by email without refreshing the page. I still do not know much about Ajax, so I'm not sure if the code is correct, I even tried other methods, copying and pasting the code and only cha...
asked by 27.03.2017 / 16:24
0
answers

Toggle title of a page

I would like to switch the title of a page, just like it appears in facebook messenger when someone sends a message. The problem is that my code does not stay there too regular can anyone help me? Code setInterval(function(){document.ti...
asked by 15.03.2017 / 14:08
2
answers

Error retrieving a textarea by jquery

I have the following problem I'm trying to retrieve a textarea from a response div that is clicked to open, but that error when trying to retrieve the textarea for some reason I'm not getting anyone can help me? Codes: javascript fun...
asked by 07.04.2017 / 21:29
0
answers

how to use .on and .off in jquery

I'm wondering how do I correctly use .on and .off for example if I click on an element or have it fade in when I click on .on and then disable it with .off by clicking on another element for example     
asked by 07.04.2017 / 23:19
1
answer

Bring data like facebook's wall

I'm implementing a functionality to bring data like the post's mural of facebook, apparently it's not very difficult, however, I have a question and would like to know if anyone has a solution or suggestion for this problem of mine. The code...
asked by 13.03.2017 / 21:09
2
answers

Jquery Mask does not work inside another Jquery script

I've been breaking my head for months and nothing. I believe it to be relatively simple, but I give up that break my head. By being months of breaking my head, I am humble in asking for help, because I really give a solution to the case. I ha...
asked by 14.03.2017 / 01:47
0
answers

Form action according to radio button selection does not work

I am doing a validation of 2 radios buttons, where depending on which one the selected form forwards to a different page. I'm using Jquery, as below: jQuery(document).ready(function($) { var form = $('form[name="cadastro"]'), radio...
asked by 21.03.2017 / 15:39
1
answer

PrimeFaces 6.0 and 6.1 - Error in JQuery

Including any component of Primefaces in the body of my HTML, it raises this error: Uncaught TypeError: N.delegate is not a function. Do you know what it would be? The error is in this second line of jquery-plugins generated by Primefaces...
asked by 21.03.2017 / 13:38
1
answer

Submit form when loading page

I have a form and I wanted the form to be loaded when the page was loaded. I'm using the code below, however it gets in an infinite loop. <form name="teste" action="inicial" method="post"> Nome do Usuário: <input type="text" name="use...
asked by 21.03.2017 / 04:14