Questions tagged as 'jquery'

2
answers

Assigning a value to my td within a table with jQuery

I can not assign a value to my td within a table, it contains% dynamic% as in the example below: <table class="table table-condensed table-hover" id="tabelaDependentes"> <caption>Lista de Dependentes</caption> <the...
asked by 11.11.2015 / 19:52
3
answers

How to force a download with ajax?

I'm using the PHP DOMPDF class to generate accounts with dynamic filters. The user selects the filters in a form and asks to generate, so far so good. But it will have the option of exporting what it has filtered into PDF. Today, I have th...
asked by 03.05.2014 / 15:29
2
answers

How to display a PDF in the browser with an ajax request?

I make a request like this: $.ajax({type : 'GET', url : URL_APP_CONSULTA_BOLETO_DIVIDA_ATIVA + url}); I have a java method that returns something like this: return (Response.ok(output).header("content-disposition", "attachment; filename =...
asked by 20.02.2014 / 16:00
2
answers

How to send an Array via POST to a PHP controller

I need to pass an array via POST to my PHP controller, the only way I have in mind is not to pass an array, but to pass the information through a separator (,; |), but I did not want to have to keep blowing up the other side (Controller). At...
asked by 27.02.2014 / 22:06
3
answers

How to leave facebook comments plugin with 100% width?

Is there any possibility of leaving the facebook plugin with 100% width? I think its default is 550px width.     
asked by 18.03.2014 / 16:11
2
answers

Count black pixels of an image region

I have the following question: I have a script that I can select the coordinates of an area of an image: link Considering that I have a binária ( black and white ) image, how do I count the amount of black pixels in a certain...
asked by 11.10.2016 / 00:28
3
answers

Show list of 6 in 6 items

I have a menu listing with the following HTML: .menu ul { height: 115px; width: 960x; } .menu li { font: 900 22px/22px"open sans"; color: #16232e; width: 160px; text-align: center; text-transform: uppercase; margi...
asked by 27.02.2015 / 14:52
4
answers

Plugin bootstrap-material-datetimepicker disable days of the week

I'm using the Timepicker plugin called bootstrap-material-datetimepicker: ( link ). I'd like to be able to turn off some days of the week, or just turn on Wednesdays and Fridays but I can not, can someone give me a hand? Thank you     
asked by 20.04.2016 / 10:55
2
answers

What is the best way to upload files with Ajax?

I could get a code on the internet paste here and try an answer but I'd rather have it help me with the logic and programming of a script to upload images in Ajax. I do not know how to start, I'm a beginner but I already know some things about j...
asked by 05.08.2014 / 15:23
2
answers

Limit text in CKEDITOR

I'm trying to make a character limiter in CKEditor, but I did not find any way, the script I used to limit <textarea> does not work when I'm using CKEDITOR. I tried to use the wordcounter plugin which now seems to only count, doe...
asked by 20.06.2014 / 17:33