Questions tagged as 'jquery'

0
answers

Error: ClientRect is not defined PHP JQUERY and PHP

the order that loads my scripts <script type="text/javascript" src="../js/jquery-3.3.1.min.js"></script> <script type="text/javascript" src="../js/jquery.dataTables.min.js"></script> <script type="text/javasc...
asked by 07.03.2018 / 17:17
0
answers

How to make images retina display with jpg images?

Hi everyone, I'm trying to make images that are pleasing to the eye with this technology, so far I understand correct me if I'm wrong that in these screens requires a higher resolution so they do not look blurry I have several 800x600 images in...
asked by 07.03.2018 / 21:43
1
answer

datatable does not support "\ r \ n" or remove line breaks in textarea

DATATABLE 10.11.16 does not work if a text field has "\r\n" line breaks says jason error $('#myTable').DataTable( { ajax: { url: '/api/Listar_notas.php', }, columns: [ ... ] } ); open some solution for this. O...
asked by 13.02.2018 / 02:21
1
answer

change value of a datetimeWidget from JQuery

I create a DateTimeField with Django in the following way: start_date_edited = forms.DateTimeField(label="Fecha inicio", widget=DateTimeWidget(usel10n=True, bootstrap_version=3), required=False) That creates a field where to enter a date, w...
asked by 11.02.2018 / 21:12
1
answer

datatables with php, jquery and postgresql

Good day, I have been working without any problem with datatables, php and mysql, but when trying to use the plugin with Postgresql it has not worked, I do not know if it requires any additional configuration. in advance I appreciate any help or...
asked by 08.02.2018 / 22:59
1
answer

Calculation of table with Jquery

I have a table which I can use to add products to a sale: <table class="table" id="tablaDetalle"> {{ detalleformset.management_form }} <thead class="thead-dark"> <th>Producto</t...
asked by 09.02.2018 / 22:07
1
answer

Record and duplicate a record

I currently have a button to record and continue recording another record <button type="submit" name="input" id="input">Grabar y Agregar</button> and he does it well, I want to put another two <button type="submit" name="in...
asked by 07.02.2018 / 17:51
0
answers

undefined by selecting the value of the id attribute of a html button then adding this button by means of ajax jquery

It happens that I load some buttons by means of the append method of jquery, this in the success of an ajax call to the server to obtain some values that I will put in the id each button as well as in its value. When the page loads, it shows...
asked by 16.02.2018 / 16:31
0
answers

How do I send a variable for GET AJAX

$("div#enviarpost").click(function(){ ididea =$("#ididea").val(); var datos = new FormData(); datos.append("ididea",ididea ); $.ajax({ url:"views/ajax/ideas.php",...
asked by 19.02.2018 / 21:02
0
answers

Modal window with 02 bootstrap views with c # mvc

Someone could help me, I have a mvc c # master-type detail application, to add detail in the main view I load a modal window (bootstrap) that contains another view (not partial view) I select an option of a dropdownlist, when I I accept, return...
asked by 20.02.2018 / 02:30