Questions tagged as 'jquery'

2
answers

Passing method GET by Jquery

I have the following situation, when testo is passing the parameter with var_dump , it does not return. What I'm trying to do is not load a new page but everything happens on the divs. HTML: <td align="center"> <?php...
asked by 02.05.2017 / 20:54
2
answers

How to make a pop up appear after pressing a button using JQuery UI

I made a form with the JQuery accordion and at the end a send button. After pressing the button should appear a pop up message, but it is giving error. My pop up appears when the page starts and this button is kind of useless because pop up shou...
asked by 02.05.2017 / 20:03
1
answer

Jquery data refresh

I have a pertinent question about updating dynamically: I have a ordering system. The problem is that the values are not being summed correctly in the click event. InthefirstimageIjustclickthe"+" button and the text box adds the numbe...
asked by 27.04.2017 / 22:55
3
answers

Catch value of dynamically created fields

I have a page where the user can increment the amount of fields that will be needed, to do this I am using jQuery with the following code: episodio = 2; $(".addEpisodeField").click(function() { newField = $("#episodeField").append("&...
asked by 27.04.2017 / 21:24
2
answers

Form Validation

Well, I have a form that is validated if the inputs are empty, until then ok, does the validation in the if of all the inputs correctly, but with the inputs filled, does not send in the else. Where did I go wrong? : <form id="contact-form"&g...
asked by 27.04.2017 / 19:02
1
answer

Save form data in cookie and popular form with this data after reload of the page

I have a page with filters, being 4 selects, an input search, 2 input date and a submit, I need to keep the data selected after reloading the page. In other words, I put the data to filter and after clicking the submit and the load page it ne...
asked by 27.04.2017 / 20:17
1
answer

Make content appear according to button clicked on the side menu

I have a side menu listed with several lis and the contents of each menu item listed next. I would like that when the user opens the page the first menu item is already visible, and if he clicks on another the visible item will appear and...
asked by 28.04.2017 / 15:33
1
answer

Jquery slideUp / slideUp effect does not work

Good afternoon everyone, I'm creating a gallery on a website but it has an effect on slideDown when clicking the image that descends a div that has a larger photo and a description. When I click on another photo it closes the div on slideUp....
asked by 26.04.2017 / 17:16
0
answers

Make a WHILE run from the click of a button

I have a form that should fill in automatically. But this padding depends on a user's choice, so it should be run after the choice, I believe a button would be ideal. For example: I have several car assemblers (Volkswagen, Ford, Peugeot). The...
asked by 11.05.2017 / 20:28
2
answers

CORS - No Access-Control-Allow-Origin header is present on the requested resource

Good evening, I'm trying to make an access from my local machine to a server and I'm getting this response:    No Access-Control-Allow-Origin header is present on the requested   resource. Origin ' link ' is therefore not allowed access....
asked by 11.09.2015 / 03:09