Questions tagged as 'jquery'

1
answer

Change layout color [closed]

I wanted to create a function to change the colors of the site layout they are developing, this site is made in CodeIgniter, CSS3 and a bit of pure Javascript, I gave a search on the internet and did not find much, but by little knowledge that I...
asked by 04.12.2018 / 00:05
1
answer

Create CRUD pagination with Jquery and Ajax

I have this code in HTML / JavaScript / Jquery and I need to create a paging with the elements of the server. The page displayed the elements of 5 out of 5, I wanted to know how to go to the next pages and go back. <!DOCTYPE html>   ...
asked by 11.11.2018 / 21:27
1
answer

Button with dropdown does not work inside a div

I created a dropdown button that worked perfectly. But I needed to put it between a div and then it stopped working. What can it be? <div class="dropdown"> <div class="col-md-4"> <button class="button button-busines...
asked by 09.07.2018 / 21:22
1
answer

Change from javascript to jquery to line 2

How can I select element number 2 using jquery? I'm selecting with javascript but would like to use Jquery. 34m 1- var hiddenFieldName = ‘UIHiddenFieldSubjectValidaty’ + jQuery("#UIDropDownListValidity option:selected").val(); vai buscar valor...
asked by 14.06.2018 / 17:32
4
answers

Receive and read array from Ajax

I have a request ajax so $.ajax({ type: "POST", data: "valor="+val, url: "ajax/mostra_imagens.php", success: function(e){ console.log(e); } }); On page mostra_imagens.php it creates a array w...
asked by 18.06.2018 / 12:54
2
answers

How to submit form without refresh the page?

I wanted to know how to send a form without refresh, I was able to put it to not refresh but I want a screen to appear shortly after giving the submit type "Email sent successfully".     
asked by 10.06.2018 / 14:54
1
answer

execute the function even if the input is disabled - Jquery -javascript [closed]

I wanted to run an alert if the input submit even though the inputs are disabled follow the code. <input type="submit" value="Cadastrar" class="col-md-12 col-xs-12 col-lg-12" id="submitCadastro" disabled=""> I tried with the event...
asked by 20.09.2018 / 15:14
2
answers

Send e-mail without completing the form

I have a form in html in step by step, that when I click the "next" button I need to send the completed data by email but without finalizing the form, how can I do that, is it in php? / p>     
asked by 10.05.2018 / 17:43
1
answer

Youtube Menu

I'm trying to make a menu like youtube, the menu itself is already done, I just can not create the javascript part. When the menu is active, the content is on the menu side and smaller, and when it is turned off, the content becomes the siz...
asked by 11.05.2018 / 17:50
1
answer

Calculate with comma and dot with Jquery

Personal like that I calculate example 1.400 + 1.400 I would like the result to be the following result = 2800 and not 2.8 can anybody help me there? $('input[type="text"]').keyup(function(){ var val = $($(this)).val().repl...
asked by 23.08.2018 / 10:36