Questions tagged as 'jquery'

0
answers

How to organize listbox html items?

I have 2 listbox where I pass the items from one to another, but it always adds at the end of the list, I would like to be able to organize the list to my liking, ItemUP style, ItemDown in the second list, see that it is not sort, but organize i...
asked by 22.09.2016 / 17:11
2
answers

Jquery Template does not work on HTTPS page

I have an AJAX function that works on several pages, except for a page that uses HTTPS: $.ajax({ url : url, type : "get", async: false, success : function(result) { console.log("Status AJAX: " + result.resultStatus);...
asked by 22.09.2016 / 00:30
1
answer

How do I create a select menu, which is in the first position with the current url

How do I create a select menu, which is in the first position with the current url, changing selected of option : <select > <option value="http://www.test.com/teste1" selected>test1</option> <option value=...
asked by 16.10.2016 / 00:17
1
answer

document.ready using non-angular paths

I'm trying to run the .parallax () function of the Materialize framework using angular paths. I configured the document.ready layer for each template because I found that with each template call per route the script was reloaded, however I was w...
asked by 25.09.2016 / 16:18
2
answers

Div making jquery impossible to locate next element

Friends, I have the following question: The following code below finds the next element from the clicked select: link It works perfectly. The problem is that by including the child formatting divs between fields, it can not find the n...
asked by 24.09.2016 / 15:45
0
answers

Jquery is loading only the first item in the table

Good morning, I have a table that displays the budgets (coming from the bank) within a while loop ... For each budget there is the button to see more details, where it opens a modal And in this modal, the values of each product are inse...
asked by 25.09.2016 / 14:57
0
answers

Post Ajax outside the same Project

Error: XMLHttpRequest cannot load http://localhost/appread/Post.php. Response for preflight is invalid (redirect) Ajax code: $('#btn-sinc').click(function(){ $.ajax({ type: "POST", url: 'http://localho...
asked by 20.10.2016 / 20:43
2
answers

Ajax function is not working on Wordpress

I am creating a plugin for CMS Wordpress, in it I have a script that runs perfectly until the part of making the ajax request to write some data in the database. The code works until the part of displaying the text within div passo2form...
asked by 29.09.2016 / 02:40
1
answer

javascript and jquery

   A. Change the implementation of the click event applied to the list items,   to allow you to switch between "scratched" items, that is, if an item does not   is marked, the style for marking applies. If you are already   marked, this style is...
asked by 29.09.2016 / 15:11
0
answers

MySql SUM function and return data

The function below does not return me as expected. I want it to return a sum and the fields with the id of the collaborator, however in JavaScript I get an error, and I believe it is in PHP. The select works fine by running directly...
asked by 13.09.2016 / 23:09