Questions tagged as 'jquery'

2
answers

Get the optgroup label and option value and show it in a div with Jquery

I have the following code: <select> <optgroup label="fruta"> <option value="banana">banana</option> <option value="uva">uva</option> </optgroup> <optgroup label="l...
asked by 08.07.2015 / 13:11
2
answers

How to use Wordpress Media Upload on multiple buttons?

Follow the HTML code for the button and text field: <div class="meta-container"> <div class="label col-2 left"> <label class="squeeze-label">Imagem Logo:</label> </div> <div...
asked by 08.10.2014 / 20:01
2
answers

JQuery DataTables - Custom Header

I researched a lot and could not figure out how to customize the pdf report header that I generated from the plugin; For example, the "sTitle": "Groups" is the title that is in the header, but it comes out with the default styling of the plugin,...
asked by 09.06.2014 / 20:45
2
answers

Bxslider plugin does not show thumbnail

I'm using the Bxslider plugin to make a car with thumbnails, but I've tried everything and the thumbnails do not appear in any way. The images come from the bank, but even exchanged the images for a simple text does not appear. The html * php co...
asked by 18.06.2014 / 19:55
1
answer

Why does my Jquery code not work on elements loaded with .load (), how do I load them?

What is the correct way to load my jQuery scripts along with .load (). I did it this way but I wanted another solution that would work with all updates that occur with the form, such as remove from products, change from cart quantity and etc:...
asked by 12.12.2014 / 21:59
1
answer

Ajax saving dynamically

I'm trying to save the register made, but when I open my modal, it does not understand that I'm clicking save, so it does not send the data, it follows the code I'm facing problems: Userlist.php <script type="text/javascript"> j...
asked by 02.06.2015 / 18:52
1
answer

Returning HTML Fragment with Ajax

Is it possible to return only one code fragment of a page with AJAX JQuery ? What I want to do is: I have a page where, through POST , I send the ID with AJAX , and it generates the body of a modal <div class...
asked by 02.06.2015 / 23:39
1
answer

Add TextBox inside an HTML table with JQuery

I have the JQuery Script below which searches a Material and returns a list in Json of this materials, I need to put this data in a table and put a field for the user to enter the quantity of these materials, even putting in the Script so that t...
asked by 21.08.2014 / 21:16
2
answers

How to increase height in an animated way?

I'm in a project and need an object on the side of the page that increases the height as scroll. The result I've achieved so far is "breaking down" as I scroll down the scroll . How do I get something that is more animated or has a smoother...
asked by 25.08.2014 / 22:17
1
answer

'Load more' button duplicates or does not work AJAX / JSON

Personal oops, all right? Next, I have a table that is fed with content from an external file in JSON (created from PHP with data coming from the DB). When you open the site, the table comes with only 2 records and clicking 'Load more' plus 2...
asked by 14.03.2015 / 16:26