Questions tagged as 'jquery'

1
answer

Dropdown with JQuery / Ajax only sends data in first record

I'm dynamically dropping a dropdown for each item in a list returned in PHP. When selecting any of the dropdown items, this value is sent to an Update.php file, via JQuery and Ajax. The Dropdown: //Aqui tenho um while em PHP para criar um D...
asked by 19.07.2015 / 00:58
1
answer

Effect of random words

I am looking for an information I am behind an effect whose name I do not know I am trying to search the internet but I do not know the name is very difficult and I do not have a reference so I will explain what is more or less would be this:...
asked by 13.07.2015 / 18:34
1
answer

on ajax vs attributed events

When the document is ready, $(document).ready , I send an AJAX request to a PHP page that generates a table that I put in my body, but, ... below that ajax request, I have functions that handle events of this table, as hover in line,...
asked by 18.01.2015 / 01:11
1
answer

Ajax is returning undefined

Well, I'm just trying to list the names I have in the bank, but the message undefined , can anyone help? Below is the jquery + query to the bank. jQuery: <body> <script> $(document).ready(function() {...
asked by 25.06.2015 / 17:21
1
answer

How to group DB values? [closed]

I am rephrasing this question more clearly. I have the following challenge; I have a BD that contains 16 fields of information, this BD keeps bets placed on a system, to later be able to process the result and payment of the customer's ticket. I...
asked by 29.06.2015 / 06:26
2
answers

jQuery conflict

I'm having a jQuery conflict. I use an Admin, where it has several features ready. I needed to add an autocomplete When I finished I realized that the menu was no longer open ... rsrs This is from the menu and all Admin <script src=...
asked by 13.05.2015 / 16:02
1
answer

Catch value of the data-atrabus and apply as text in another html element

I have a series of checkboxes in an interface that are already configured to display / hide other elements of the interface conditionally. In this same interface I have a div set to display messages to the user also conditionally dependin...
asked by 20.05.2015 / 00:43
2
answers

Calculation of toll per kilogram

Hello, I need to make a toll calculation based on the kilogram. Every 100Kg toll value must be added    Ex:       50kg = 6.42       100kg = 6.42       101kg = 12.84       200kg = 12.84       299kg = 12.84       300kg = 19.26       .....
asked by 15.05.2015 / 14:06
2
answers

jQuery - Get content from a link tag

I have a compliant link tag: <link rel="stylesheet" type="text/css" media="all" href="../css/screen.css" /> When I upload the site, it brings me all the css that is inside this file, but when I get the content with jQuery it does not...
asked by 30.04.2015 / 20:45
2
answers

Panel-collapse start closed

I have the following code: link I need to get this collapse , start closed. That is, when opening the page it starts closed, and only after clicking it open ....     
asked by 04.05.2015 / 21:41