Questions tagged as 'jquery'

1
answer

How to hide div with cookies after a second user visit

Hello friends, I have already searched a lot and I did not think how to do it, thanks for the help right away. I want to hide a div with cookies after a second user visit Follow my code: jQuery(document).mousemove(function(e){...
asked by 17.04.2016 / 16:29
0
answers

Woocommerce - Checkout Problem

Hello Personally, I have a problem with my wordpress checkout with woocommerce, on the final screen, I can not select a payment method or end the purchase. When I access the Chrome console to check, I see that it gave jquery error. Mea...
asked by 18.04.2016 / 06:04
1
answer

AspNet dynamically change textBox characteristics

For test I created a button which calls a function in javascript through onclick (). In this function I would like to change for example the border color of the textBox, it would still be better to change the color of that default blue border th...
asked by 18.04.2016 / 08:20
0
answers

Insert an array with codeIgniter and ajax

Hello I'm trying to insert an array, but in this case, you can insert multiple lines in db. How do I pass the pro codeIgniter data: var productsData = []; $(".productRow").each(function(i){ var pData = {...
asked by 18.04.2016 / 01:50
0
answers

How to load form saved in localstorage into a table?

I need a form saved in localstorage to be loaded on another page inside a table, but I'm not exactly sure how to do that, the more I can load it on the same form page, the last saved data. Code using: function carregarDados() { i...
asked by 26.10.2016 / 05:41
1
answer

How to fetch data in JSON in this particular code

I need to do exactly the same as requested in this post , get Json data and return in a specific field. User Jeffson Silva did exactly what I needed and made available on this Example . I just ran into the following problem: I can not fetch...
asked by 08.04.2016 / 18:21
0
answers

Compare variable values and choose the largest values to calculate

I am developing a retirement calculator. Available on the link link (code also available below). The program works with the insertion of several companies. I need when the user gives the entry for example: (for male users) If the user worke...
asked by 03.04.2016 / 17:50
2
answers

problem with accentuation in autocomplete jquery [duplicate]

I have a UTF-8 problem in my code. I have a input text with autocomplete (jquery function) that works ok with results coming from MySQL, but when a word is accented with the accented letter appears a question mark (?). Here is my code:...
asked by 01.04.2016 / 21:45
0
answers

Flickity slide show

I'm developing a page that contains 2 slides. 1 principal and other related to it; however I need to create a separate slide menu navigation. I construct the same as follows, generating 3 slides and using 1 of them for navigation: html &...
asked by 02.04.2016 / 03:24
1
answer

Extract data in JQuery

I'm having a problem with Ajax ... I can not extract the data. They are returned, however, at the time of printing, nothing appears. The following codes: Model: function livros() { $this->db->select('idobras,titulo,idbib_exempla...
asked by 14.04.2016 / 16:12